Renaming the method removeData to removeMessageFromSendQueue

master
Alex 2022-02-28 20:02:46 +01:00
parent 6f86b1b238
commit 5f1f308d4d
1 changed files with 2 additions and 1 deletions

View File

@ -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();