diff --git a/polymer/build/src/mmulti.c b/polymer/build/src/mmulti.c index 7a9a9bb7b..3f92278d0 100644 --- a/polymer/build/src/mmulti.c +++ b/polymer/build/src/mmulti.c @@ -596,7 +596,7 @@ void dosendpackets (long other) //Host to send intially, client to send to other tims = GetTickCount(); if (tims < lastsendtims[other]) lastsendtims[other] = tims; -// if (tims < lastsendtims[other]+1000/PAKRATE) return; + if (tims < lastsendtims[other]+1000/PAKRATE) return; lastsendtims[other] = tims; k = 2;