master
Pinky 2016-01-18 11:49:48 -05:00
parent fa7247a2a7
commit b5f7f34bcb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ minetest.register_chatcommand("race", {
if race == "" then
return true, "Current character race: "..game.stats.race[name]
end
if game.race_list[race] == true then
if not game.race_list[race] then
local valid = ""
for k,_ in pairs(game.race_list) do
valid = valid.." "..k