Update2.0 #22
@ -46,7 +46,7 @@ public class CommandAcceptDecline implements CommandExecutor {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (command.getName().equals("accept")) {
|
if (command.getName().equalsIgnoreCase("accept")) {
|
||||||
teamInvitation.acceptInvite(player);
|
teamInvitation.acceptInvite(player);
|
||||||
} else {
|
} else {
|
||||||
MWTeam.removeInvitations(player);
|
MWTeam.removeInvitations(player);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren