Renaming the method removeData to removeMessageFromSendQueue
parent
6f86b1b238
commit
5f1f308d4d
|
@ -132,7 +132,8 @@ public class KraSocketClientProtocol {
|
|||
Formatter.stringToUuid(playerUuid).toString(), cmdNumber, args, null);
|
||||
}
|
||||
|
||||
public void removeData(int cmdID) {
|
||||
public void removeMessageFromSendQueue(int cmdID) {
|
||||
this.sendQueueMessages.remove(cmdID);
|
||||
/*
|
||||
Iterator<Integer> iterator = this.cmdIDs.iterator();
|
||||
|
||||
|
|
Loading…
Reference in New Issue