mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-02-05 13:14:57 +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
|
if cmd.parameter ~= nil and game.players[cmd.parameter] ~= nil then
|
||||||
global.follows[game.player.name] = cmd.parameter
|
global.follows[game.player.name] = cmd.parameter
|
||||||
global.follows.n_entries = global.follows.n_entries + 1
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user