From 738b1b3467e5556667464bc33294a7485d37097b Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 22 Jan 2012 20:15:11 +0000 Subject: Improved Core's WebAmin interface a bit. Can now kick players through WebAdmin Can now enable/disable whitelist through WebAdmin Tick speed is limited in a better way now, instead of always sleeping 50ms before each tick, it now add only sleeps additional time when the tick time was faster than 50ms. Server should run slightly faster because of this (and use more cpu%) git-svn-id: http://mc-server.googlecode.com/svn/trunk@167 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- iniFile/iniFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iniFile/iniFile.h') diff --git a/iniFile/iniFile.h b/iniFile/iniFile.h index c23c0369f..d0d34e145 100644 --- a/iniFile/iniFile.h +++ b/iniFile/iniFile.h @@ -45,7 +45,7 @@ private: std::string CheckCase( std::string s) const; public: - enum errors{ noID = -1}; + enum errors{ noID = -1}; //tolua_export cIniFile( const std::string iniPath = ""); //tolua_export virtual ~cIniFile() {} -- cgit v1.2.3