|
@@ -102,8 +102,7 @@ namespace MultiDup
|
|
|
mapId = mapid;
|
|
|
Id = _roomIdCounter++;
|
|
|
|
|
|
- callbacks.Add(eProtocalCommand.CsMdBeginDup, On_Start);
|
|
|
-
|
|
|
+ callbacks.Add(eProtocalCommand.CsMdBeginDup, On_Start);
|
|
|
callbacks.Add(eProtocalCommand.CsLeaveRoom, On_Leave);
|
|
|
|
|
|
var t = Task.Run(MsgLoop);
|