Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed May 25, 2015
1 parent dde89be commit d861252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KBEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ public void Client_onEntityEnterWorld(MemoryStream stream)

_entityServerPos = entity.position;
entity.isOnGound = isOnGound > 0;
entity.onEnterWorld();
entity.enterWorld();
}
}
}
Expand Down

0 comments on commit d861252

Please sign in to comment.