mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
fix message
This commit is contained in:
@@ -100,8 +100,9 @@ public class CommandHandler implements CommandExecutor {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
} else if ("isprocessed".equals(args[0])) {
|
||||
sender.sendMessage("No world generation listener found");
|
||||
return true;
|
||||
} else if ("isprocessed".equals(args[0])) {
|
||||
if (!(sender instanceof Player player)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user