mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
supress Mapping string spam unless net debugging
This commit is contained in:
parent
97eaab3f49
commit
be108d8e48
|
|
@ -62,7 +62,9 @@ public:
|
|||
}
|
||||
virtual void process(NetConnection *connection)
|
||||
{
|
||||
#ifdef TORQUE_DEBUG_NET
|
||||
Con::printf("Mapping string: %s to index: %d", mString.getString(), mIndex);
|
||||
#endif
|
||||
connection->mapString(mIndex, mString);
|
||||
}
|
||||
#ifdef TORQUE_DEBUG_NET
|
||||
|
|
|
|||
Loading…
Reference in a new issue