removeData method
parent
2b417225b5
commit
abfba326c5
|
@ -129,4 +129,9 @@ public class KraSocketClientProtocol {
|
|||
return new KraSocketClientProtocolMessage(status, cmdID, dest,
|
||||
Formatter.stringToUuid(playerUuid).toString(), cmdNumber, args);
|
||||
}
|
||||
|
||||
public void removeData(int cmdID) {
|
||||
this.cmdIDs.remove(cmdID);
|
||||
this.consumerHashMap.remove(cmdID);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue