mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
remove name and value from builtins
This commit is contained in:
parent
43101ae12e
commit
fcee0e315f
@ -93,6 +93,7 @@ MsgId2Names = invertDictLossless(MsgName2Id)
|
|||||||
# put msg names in module scope, assigned to msg value
|
# put msg names in module scope, assigned to msg value
|
||||||
for name, value in MsgName2Id.items():
|
for name, value in MsgName2Id.items():
|
||||||
exec '%s = %s' % (name, value)
|
exec '%s = %s' % (name, value)
|
||||||
|
del name, value
|
||||||
|
|
||||||
# These messages are ignored when the client is headed to the quiet zone
|
# These messages are ignored when the client is headed to the quiet zone
|
||||||
QUIET_ZONE_IGNORED_LIST = [
|
QUIET_ZONE_IGNORED_LIST = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user