9
0
mirror of https://github.com/Auxilor/EcoJobs.git synced 2026-01-04 15:41:37 +00:00
This commit is contained in:
Auxilor
2022-11-21 11:45:20 +00:00
parent e212762951
commit 768d2218d0

View File

@@ -30,6 +30,7 @@ class CommandJobs(plugin: EcoPlugin) : PluginCommand(plugin, "jobs", "ecojobs.co
if (player.hasJob(job)) {
player.sendMessage(plugin.langYml.getMessage("dont-have-job"))
return
}
job.levelGUI.open(player)