1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

Missing namespace added

This commit is contained in:
mordred 2018-10-26 08:27:33 +02:00
parent d140acf613
commit 7d3c66f88f

View file

@ -89,7 +89,7 @@ bool loadSettings( int32_t argc, char* argv[] )
try try
{ {
arg = Util::toLowerCopy( std::string( args[ i ] ) ); arg = Core::Util::toLowerCopy( std::string( args[ i ] ) );
val = std::string( args[ i + 1 ] ); val = std::string( args[ i + 1 ] );
// trim '-' from start of arg // trim '-' from start of arg