Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADING

This commit is contained in:
Spp
2012-08-16 11:02:46 +02:00
parent 3c42401d66
commit a566e3e58b
23 changed files with 258 additions and 491 deletions

View File

@@ -164,7 +164,7 @@ class ScriptObject
protected:
ScriptObject(const char* name)
: _name(std::string(name))
: _name(name)
{
}