diff options
author | F1F7Y <that.fifty@gmail.com> | 2021-12-30 23:51:12 +0100 |
---|---|---|
committer | F1F7Y <that.fifty@gmail.com> | 2021-12-30 23:51:12 +0100 |
commit | 8ea10a9e5c32daac938b0672efa13e7401968f0b (patch) | |
tree | 909b7412f6815ca1ef591a9dbe0b80ea59ba78d4 | |
parent | df310780fc6cd6650baedda53b521a5a335b805f (diff) | |
download | NorthstarMods-8ea10a9e5c32daac938b0672efa13e7401968f0b.tar.gz NorthstarMods-8ea10a9e5c32daac938b0672efa13e7401968f0b.zip |
Remove printt refresh table; spams console
-rw-r--r-- | Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut b/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut index 15622a2f..fb74a6f5 100644 --- a/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut +++ b/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut @@ -733,14 +733,6 @@ void function FilterServerList() } } - - printt("Better.Serverbrowser:------------------------") - printt("Server count: ", NSGetServerCount()) - printt("Filtered count: ", file.serversArrayFiltered.len()) - printt("Total players: ", totalPlayers) - printt("This message gets shown only on full refresh") - printt("---------------------------------------------") - Hud_SetText( Hud_GetChild( file.menu, "InGamePlayerCount" ), string( totalPlayers ) ) Hud_SetText( Hud_GetChild( file.menu, "TotalServerCount" ), string( NSGetServerCount() ) ) } |