1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Remove "Reimagined Loaded" print

This commit is contained in:
Jbleezy
2023-12-24 03:05:54 -08:00
parent b98a4a213d
commit 9f3192b1aa

View File

@ -157,8 +157,6 @@ init()
wallbuy_location_changes();
level thread initial_print();
level thread on_player_connect();
level thread post_all_players_spawned();
@ -172,13 +170,6 @@ init()
level thread remove_status_icons_on_intermission();
}
initial_print()
{
flag_wait("initial_players_connected");
iprintln("Reimagined Loaded");
}
on_player_connect()
{
while (true)