mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-12 02:28:02 +02:00
removed /follow <target> because it doesnt work yet
This commit is contained in:
parent
89fdc94dfc
commit
189f7a79b5
@ -285,7 +285,8 @@ local function follow(cmd)
|
||||
if cmd.parameter ~= nil and game.players[cmd.parameter] ~= nil then
|
||||
global.follows[game.player.name] = cmd.parameter
|
||||
global.follows.n_entries = global.follows.n_entries + 1
|
||||
end
|
||||
else
|
||||
game.player.print("<player> makes you follow the player. Use /unfollow to stop following a player.")
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user