diff --git a/code/modules/tgs_commands/vorestation.dm b/code/modules/tgs_commands/vorestation.dm index 56817a136d..282dbb2e68 100644 --- a/code/modules/tgs_commands/vorestation.dm +++ b/code/modules/tgs_commands/vorestation.dm @@ -455,7 +455,7 @@ GLOBAL_LIST_EMPTY(pending_discord_registrations) message.text = "Error, job \"[role]\" is not a whitelist job." return message if(kind == "species") - if(role in GLOB.playable_species) + if(!(role in GLOB.playable_species)) message.text = "Error, invalid species entered. Check spelling and capitalization." return message if(!(role in GLOB.whitelisted_species))