| 61 | ps->confirmStringReceived(mString, mIndex); |
| 62 | } |
| 63 | virtual void process(NetConnection *connection) |
| 64 | { |
| 65 | Con::printf("Mapping string: %s to index: %d", mString.getString(), mIndex); |
| 66 | connection->mapString(mIndex, mString); |
| 67 | } |
| 68 | #ifdef TORQUE_DEBUG_NET |
| 69 | const char *getDebugName() |
| 70 | { |