From f64dc36e6d6ceb8dea9104500a0b850001d8a4a3 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Sat, 19 Dec 2020 13:15:47 -0800 Subject: [PATCH] Unrevert compiling issue. --- zm_tomb_patch/maps/mp/zm_tomb_gamemodes.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zm_tomb_patch/maps/mp/zm_tomb_gamemodes.gsc b/zm_tomb_patch/maps/mp/zm_tomb_gamemodes.gsc index a5a3458..4942cd9 100644 --- a/zm_tomb_patch/maps/mp/zm_tomb_gamemodes.gsc +++ b/zm_tomb_patch/maps/mp/zm_tomb_gamemodes.gsc @@ -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 ); }