mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fix start, join, formatting, and locale issues
This commit is contained in:
@@ -125,7 +125,7 @@ end
|
||||
Commands.new("search", { "exp-commands_search.description-search" })
|
||||
:argument("item", { "exp-commands_search.arg-item" }, parse_item)
|
||||
:enable_auto_concatenation()
|
||||
:add_aliases{ "s" }
|
||||
:add_aliases{ "si" } -- cant use /s
|
||||
:register(function(player, item)
|
||||
--- @cast item LuaItemPrototype
|
||||
local results = search_players(game.players, item)
|
||||
@@ -172,7 +172,7 @@ end
|
||||
Commands.new("search-recent", { "exp-commands_search.description-recent" })
|
||||
:argument("item", { "exp-commands_search.arg-item" }, parse_item)
|
||||
:enable_auto_concatenation()
|
||||
:add_aliases{ "sr" } -- cant use /sc
|
||||
:add_aliases{ "sr" }
|
||||
:register(function(player, item)
|
||||
--- @cast item LuaItemPrototype
|
||||
local results = search_players(game.players, item)
|
||||
|
||||
Reference in New Issue
Block a user