mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Remove "Reimagined Loaded" print
This commit is contained in:
@ -157,8 +157,6 @@ init()
|
|||||||
|
|
||||||
wallbuy_location_changes();
|
wallbuy_location_changes();
|
||||||
|
|
||||||
level thread initial_print();
|
|
||||||
|
|
||||||
level thread on_player_connect();
|
level thread on_player_connect();
|
||||||
|
|
||||||
level thread post_all_players_spawned();
|
level thread post_all_players_spawned();
|
||||||
@ -172,13 +170,6 @@ init()
|
|||||||
level thread remove_status_icons_on_intermission();
|
level thread remove_status_icons_on_intermission();
|
||||||
}
|
}
|
||||||
|
|
||||||
initial_print()
|
|
||||||
{
|
|
||||||
flag_wait("initial_players_connected");
|
|
||||||
|
|
||||||
iprintln("Reimagined Loaded");
|
|
||||||
}
|
|
||||||
|
|
||||||
on_player_connect()
|
on_player_connect()
|
||||||
{
|
{
|
||||||
while (true)
|
while (true)
|
||||||
|
Reference in New Issue
Block a user