mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #918 from Azaezel/alpha402/stopStringSpam
supress Mapping string spam unless net debugging
This commit is contained in:
commit
85a37b6c7a
1 changed files with 2 additions and 0 deletions
|
|
@ -62,7 +62,9 @@ public:
|
||||||
}
|
}
|
||||||
virtual void process(NetConnection *connection)
|
virtual void process(NetConnection *connection)
|
||||||
{
|
{
|
||||||
|
#ifdef TORQUE_DEBUG_NET
|
||||||
Con::printf("Mapping string: %s to index: %d", mString.getString(), mIndex);
|
Con::printf("Mapping string: %s to index: %d", mString.getString(), mIndex);
|
||||||
|
#endif
|
||||||
connection->mapString(mIndex, mString);
|
connection->mapString(mIndex, mString);
|
||||||
}
|
}
|
||||||
#ifdef TORQUE_DEBUG_NET
|
#ifdef TORQUE_DEBUG_NET
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue