Skip to content

Commit 3628d5d

Browse files
committed
Echo.
1 parent 8b186e6 commit 3628d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaMenu/widgets/gui_battle_room_window.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ end
628628
local function SortPlayers(a, b)
629629
local sA = battleLobby:GetUserBattleStatus(a.name)
630630
local sB = battleLobby:GetUserBattleStatus(b.name)
631-
Spring.Echo("battleLobbybattleLobby", sA, (sA and sA.joinTime), (sB and sB.joinTime))
631+
--Spring.Echo("battleLobbybattleLobby", sA, (sA and sA.joinTime), (sB and sB.joinTime))
632632
local joinA = (sA and sA.joinTime) or ""
633633
local joinB = (sB and sB.joinTime) or ""
634634
return joinA < joinB

0 commit comments

Comments
 (0)