From cd97239ffe3258e37bfdad0fccc5a48407ed0e3c Mon Sep 17 00:00:00 2001 From: "False.Genesis" Date: Thu, 11 Jan 2007 21:30:40 +0000 Subject: [PATCH] forgot something --- src/Client/PseuWoW.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/PseuWoW.cpp b/src/Client/PseuWoW.cpp index 91dc8b2..0997b04 100644 --- a/src/Client/PseuWoW.cpp +++ b/src/Client/PseuWoW.cpp @@ -160,7 +160,7 @@ void PseuInstance::Run(void) while((!_stop) && (!_startrealm)) { - //Update(); + Update(); } } while(GetConf()->reconnect && (!_stop));