mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-28 03:19:11 +00:00
Fix
This commit is contained in:
@@ -28,7 +28,7 @@ class CommandJobs(plugin: EcoPlugin) : PluginCommand(plugin, "jobs", "ecojobs.co
|
||||
return
|
||||
}
|
||||
|
||||
if (player.hasJob(job)) {
|
||||
if (!player.hasJob(job)) {
|
||||
player.sendMessage(plugin.langYml.getMessage("dont-have-job"))
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user