From 5e8c1f0dbb7a4fa96def2ee9fb119925f93538d3 Mon Sep 17 00:00:00 2001 From: m <64374267+mjkzy@users.noreply.github.com> Date: Tue, 20 Jul 2021 04:35:02 -0500 Subject: [PATCH] compiles --- patch_mp/maps/mp/gametypes/dm.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch_mp/maps/mp/gametypes/dm.gsc b/patch_mp/maps/mp/gametypes/dm.gsc index c90be26..0af9e70 100644 --- a/patch_mp/maps/mp/gametypes/dm.gsc +++ b/patch_mp/maps/mp/gametypes/dm.gsc @@ -1,4 +1,4 @@ -#include maps/mp/gametypes/_callbacksetup +#include maps/mp/gametypes/_callbacksetup; #include maps/mp/gametypes/_gameobjects; #include maps/mp/gametypes/_globallogic; #include maps/mp/gametypes/_globallogic_score;