From 166bbc11015dc3057da6f6a5ba53beddae3216ac Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Tue, 27 Jul 2004 22:13:48 +0000 Subject: [PATCH] fixed compiler errors --- plugins/mapchooser.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mapchooser.sma b/plugins/mapchooser.sma index 5c2b44b7..0c914475 100755 --- a/plugins/mapchooser.sma +++ b/plugins/mapchooser.sma @@ -57,7 +57,7 @@ public plugin_init() register_cvar("amx_extendmap_max","90") register_cvar("amx_extendmap_step","15") - if ( ( g_coloredMenus = colored_menus() + if ( g_coloredMenus = colored_menus() ) register_event("TeamScore", "team_score", "a") get_localinfo("lastMap",g_lastMap,31)