mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-08 12:58:13 -05:00
Replace / with \
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
#include maps\mp\_utility;
|
||||
#include common_scripts\utility;
|
||||
#include maps\mp\zombies\_zm_utility;
|
||||
#include maps/mp/zm_alcatraz_classic;
|
||||
#include maps\mp\zm_alcatraz_classic;
|
||||
|
||||
#include scripts/zm/replaced/_zm_afterlife;
|
||||
#include scripts\zm\replaced\_zm_afterlife;
|
||||
|
||||
give_afterlife()
|
||||
{
|
||||
onplayerconnect_callback( scripts/zm/replaced/_zm_afterlife::init_player );
|
||||
onplayerconnect_callback( scripts\zm\replaced\_zm_afterlife::init_player );
|
||||
flag_wait( "initial_players_connected" );
|
||||
wait 0.5;
|
||||
n_start_pos = 1;
|
||||
|
Reference in New Issue
Block a user