Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 25, 2025
1 parent fbdcecf commit 6d8c360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mge/functions.nut
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@
think_override = LEADERBOARD_UPDATE_INTERVAL
}

foreach( u in user_info)
printl(u)
// foreach( u in user_info)
// printl(u)
local name = 2 in user_info && user_info[2] ? user_info[2] : user_info[0]
message += format("\n %d | %s | %d\n", i + 1, name.tostring(), user_info[1])
}
Expand Down

0 comments on commit 6d8c360

Please sign in to comment.