mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 01:47:50 -05:00
Fixed compiler error.
This commit is contained in:
parent
31e838effb
commit
1476e30c58
@ -9,6 +9,6 @@
|
||||
|
||||
init() //checked matches cerberus output
|
||||
{
|
||||
add_map_gamemode( "zclassic", ::maps/mp/zm_tomb::zstandard_preinit, undefined, undefined );
|
||||
add_map_location_gamemode( "zclassic", "tomb", ::maps/mp/zm_tomb_classic::precache, ::maps/mp/zm_tomb_classic::main );
|
||||
add_map_gamemode( "zclassic", maps/mp/zm_tomb::zstandard_preinit, undefined, undefined );
|
||||
add_map_location_gamemode( "zclassic", "tomb", maps/mp/zm_tomb_classic::precache, maps/mp/zm_tomb_classic::main );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user