mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 01:47:50 -05:00
Fixed compiling issue.
This commit is contained in:
parent
282de15f87
commit
83ad65f9bc
@ -8,6 +8,6 @@
|
||||
|
||||
init()
|
||||
{
|
||||
add_map_gamemode( "zclassic", ::maps/mp/zm_highrise::zclassic_preinit, undefined, undefined );
|
||||
add_map_location_gamemode( "zclassic", "rooftop", ::maps/mp/zm_highrise_classic::precache, ::maps/mp/zm_highrise_classic::main );
|
||||
add_map_gamemode( "zclassic", maps/mp/zm_highrise::zclassic_preinit, undefined, undefined );
|
||||
add_map_location_gamemode( "zclassic", "rooftop", maps/mp/zm_highrise_classic::precache, maps/mp/zm_highrise_classic::main );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user