From 7c9be9c34834ec5a1df45e934a9c9da1d2ee439a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Sat, 10 Jul 2004 10:02:13 +0000 Subject: [PATCH] Fixed for NO_STEAM builds (removed STEAM autobuy code from build) --- plugins/restmenu.sma | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/restmenu.sma b/plugins/restmenu.sma index 3cc7631f..d117206b 100755 --- a/plugins/restmenu.sma +++ b/plugins/restmenu.sma @@ -632,6 +632,7 @@ loadSettings(filename[]){ return 1 } +#if !defined NO_STEAM // JGHG public fn_setautobuy(id) { // Don't do anything if no items are blocked. @@ -750,6 +751,7 @@ public fn_setrebuy(id) { public fn_rebuy(id) { } */ +#endif // !NO_STEAM public plugin_init() { register_plugin("Restrict Weapons","0.20","AMXX Dev Team")