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:
@ -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)
|
||||
|
Reference in New Issue
Block a user