Updates the API version used as 1.16 is no longer the target version

This commit is contained in:
2021-10-11 20:16:36 +02:00
parent 72c1b5a239
commit 51afa1527f
3 changed files with 5 additions and 4 deletions

View File

@ -37,7 +37,8 @@ public class CommandStarGate implements CommandExecutor {
}
return false;
} else {
commandSender.sendMessage(ChatColor.GOLD + "Stargate version " + ChatColor.GREEN + Stargate.getPluginVersion());
commandSender.sendMessage(ChatColor.GOLD + "Stargate version " +
ChatColor.GREEN + Stargate.getPluginVersion());
return true;
}
}