mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
typo
This commit is contained in:
parent
a679de3541
commit
793249f347
@ -427,7 +427,7 @@ class ServerRepository:
|
|||||||
if not dcfield.hasKeyword('clsend') and not dcfield.hasKeyword('p2p'):
|
if not dcfield.hasKeyword('clsend') and not dcfield.hasKeyword('p2p'):
|
||||||
self.notify.warning(
|
self.notify.warning(
|
||||||
"Ignoring update for %s.%s on object %s from client %s: not owner" % (
|
"Ignoring update for %s.%s on object %s from client %s: not owner" % (
|
||||||
dclass.getName(), dcfield.getName(), doId, client.doIdBase))
|
object.dclass.getName(), dcfield.getName(), doId, client.doIdBase))
|
||||||
return
|
return
|
||||||
|
|
||||||
# We reformat the message slightly to insert the sender's
|
# We reformat the message slightly to insert the sender's
|
||||||
|
Loading…
x
Reference in New Issue
Block a user