]> git.lizzy.rs Git - coronaserver.git/blobdiff - playerlist.lua
2
[coronaserver.git] / playerlist.lua
index 6478f62f26a42493042816a053774d93fb06513c..a23b02db7c88925f24833f1de579d9991f3df7e4 100644 (file)
@@ -6,7 +6,7 @@ controls.register_on_press(function(player, key)
                local players = minetest.get_connected_players()
                for i, p in pairs(players) do
                        local n = p:get_player_name()
-                       local info =  minetest.get_player_information(n)
+                       local info = minetest.get_player_information(n)
                        if info then
                                local ping = math.max(1, math.ceil(4 - info.avg_rtt * 4))
                                list[#list + 1] = player:hud_add({