Fixed compiling issue.

This commit is contained in:
JezuzLizard 2020-12-19 13:13:02 -08:00
parent 282de15f87
commit 83ad65f9bc

View File

@ -8,6 +8,6 @@
init() init()
{ {
add_map_gamemode( "zclassic", ::maps/mp/zm_highrise::zclassic_preinit, undefined, undefined ); 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_location_gamemode( "zclassic", "rooftop", maps/mp/zm_highrise_classic::precache, maps/mp/zm_highrise_classic::main );
} }