Updates the API version used as 1.16 is no longer the target version
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user