diff --git a/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn b/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn index 8e7c20c..c02f611 100644 --- a/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn +++ b/gamemodes/irresistible/cnr/features/minijobs/lumberjack.pwn @@ -35,7 +35,7 @@ static stock Iterator: trees < MAX_TREES >, g_LogCountObject = INVALID_OBJECT_ID, g_LogsInStock = 0, - g_LumberjackCP = -1, + g_LumberjackCP = -1 ; /* ** Hooks ** */ diff --git a/gamemodes/sf-cnr.pwn b/gamemodes/sf-cnr.pwn index 2f374b5..4dbc414 100644 --- a/gamemodes/sf-cnr.pwn +++ b/gamemodes/sf-cnr.pwn @@ -16,7 +16,7 @@ #pragma option -d3 #pragma dynamic 7200000 -//#define DEBUG_MODE +#define DEBUG_MODE #if defined DEBUG_MODE #pragma option -d3 @@ -3187,7 +3187,6 @@ public ZoneTimer( ) CreateFire( ); RenewWeed( ); PlayerPlaceRandomHits( ); - Lumberjack_RecreateTrees( ); foreach(new p : Player) { if ( !p_VIPLevel[ p ] && !IsPlayerUsingRadio( p ) ) {