remove space in confirm string

This commit is contained in:
drekamor
2024-03-21 23:36:55 +00:00
parent 5232882778
commit d984bf0a9c

View File

@@ -28,7 +28,7 @@ public class DeleteGroup extends BaseCommandMiddle {
Player p = (Player) sender;
UUID uuid = NameAPI.getUUID(p.getName());
String x = groupName;
String confirm = "CONFIRM DELETION";
String confirm = "CONFIRM_DELETION";
if(x.equals(confirm))
{
//check if they met the 15 second window