mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
Final lint fixes
This commit is contained in:
@@ -54,7 +54,7 @@ commands.home = Commands.new("home", { "exp-commands_home.description-home" })
|
||||
|
||||
--- Teleports you to your previous location on the current surface
|
||||
--- @class ExpCommand_Home.commands._return: ExpCommand
|
||||
commands._return = Commands.new("return", { "exp-commands_home.description-return" })
|
||||
commands.home_return = Commands.new("return", { "exp-commands_home.description-return" })
|
||||
:add_flags{ "character_only" }
|
||||
:register(function(player)
|
||||
local surface = player.surface
|
||||
@@ -123,4 +123,4 @@ commands.get_home = Commands.new("get-home", { "exp-commands_home.description-ge
|
||||
|
||||
return {
|
||||
commands = commands,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user