1
0
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:
Valansch 2017-07-27 11:18:40 +02:00
parent 89fdc94dfc
commit 189f7a79b5

View File

@ -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