Skip to content

Commit 95e71b5

Browse files
committed
up
1 parent 8500a4b commit 95e71b5

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
@@ -1858,7 +1858,6 @@ public void Client_onControlEntity(Int32 eid, sbyte isControlled)
18581858
{
18591859
Dbg.ERROR_MSG(string.Format("KBEngine::Client_onControlEntity: entity id = '{0}', is controlled = '{1}', error = '{1}'", eid, isCont, e));
18601860
}
1861-
18621861
}
18631862

18641863
/*
@@ -1966,6 +1965,7 @@ public void clearSpace(bool isall)
19661965
public void clearEntities(bool isall)
19671966
{
19681967
_controlledEntities.Clear();
1968+
19691969
if (!isall)
19701970
{
19711971
Entity entity = player();

0 commit comments

Comments
 (0)