From 7a7a10dd39f8535fa8524943ffdccfba5b505261 Mon Sep 17 00:00:00 2001 From: unknown_lamer Date: Fri, 3 Feb 2006 22:26:38 +0000 Subject: [PATCH] [project @ 2006-02-03 22:26:38 by unknown_lamer] Undo the last commit --- source/Main.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Main.C b/source/Main.C index 06f01f0..228b330 100644 --- a/source/Main.C +++ b/source/Main.C @@ -250,7 +250,6 @@ namespace } } - b = new Bot(configFile, debug); #ifdef USESCRIPTS Interp::Startup(); if (debug || script_debug) @@ -261,6 +260,7 @@ namespace SCM_RESET_DEBUG_MODE; } #endif + b = new Bot(configFile, debug); b->run(); delete b; -- 2.20.1