Skip to content

Commit 4bcb1e4

Browse files
committed
up
1 parent 25db985 commit 4bcb1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public virtual void callPropertysSetMethods()
150150
{
151151
if(inWorld)
152152
{
153-
if(prop.isOwnerOnly() && id != KBEngineApp.app.entity_id)
153+
if(prop.isOwnerOnly() && !isPlayer())
154154
continue;
155155

156156
setmethod.Invoke(this, new object[]{oldval});

0 commit comments

Comments
 (0)