Style and locale fixes

This commit is contained in:
Cooldude2606
2026-06-26 12:41:49 +01:00
parent df129b5e9a
commit 31c18c7851
3 changed files with 9 additions and 9 deletions
@@ -14,7 +14,7 @@ Commands.new("clear-inventory", { "exp-commands_clear-inventory.description" })
:register(function(player, other_player)
local inventory = other_player.get_main_inventory()
if not inventory then
return Commands.status.error{ "expcore-commands.reject-player-alive" }
return Commands.status.error{ "exp-commands-parse.player-alive" }
end
transfer_inventory{