Unrevert compiling issue.

This commit is contained in:
JezuzLizard 2020-12-19 13:15:47 -08:00
parent 86261577f0
commit f64dc36e6d

View File

@ -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 );
}