From d86125218364ab3bf1a470c955efa22dba5b67a6 Mon Sep 17 00:00:00 2001 From: kbengine Date: Mon, 25 May 2015 22:15:25 +0800 Subject: [PATCH] up --- KBEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KBEngine.cs b/KBEngine.cs index 8f1b278..43cb442 100644 --- a/KBEngine.cs +++ b/KBEngine.cs @@ -1653,7 +1653,7 @@ public void Client_onEntityEnterWorld(MemoryStream stream) _entityServerPos = entity.position; entity.isOnGound = isOnGound > 0; - entity.onEnterWorld(); + entity.enterWorld(); } } }