mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
Style and locale fixes
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user