Skip to content

Commit d861252

Browse files
author
kbengine
committed
up
1 parent dde89be commit d861252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KBEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ public void Client_onEntityEnterWorld(MemoryStream stream)
16531653

16541654
_entityServerPos = entity.position;
16551655
entity.isOnGound = isOnGound > 0;
1656-
entity.onEnterWorld();
1656+
entity.enterWorld();
16571657
}
16581658
}
16591659
}

0 commit comments

Comments
 (0)