add RUDIMENTARY displays
This commit is contained in:
parent
f6b036b517
commit
e18a151f6c
31 changed files with 795 additions and 483 deletions
|
@ -858,7 +858,7 @@ public final class Server implements IThreadListener, Executor {
|
|||
world = world == null ? this.space : world;
|
||||
}
|
||||
EntityNPC nplayer = conn.createPlayer(world, EntityRegistry.getEntityString(old));
|
||||
conn.clonePlayer(old);
|
||||
conn.copyPlayer(old);
|
||||
nplayer.setId(old.getId());
|
||||
nplayer.setOrigin(origin);
|
||||
if(bed != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue