1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

missed a crap from previous commit

This commit is contained in:
Tahir Akhlaq 2017-08-11 23:15:55 +01:00
parent 5136b1a397
commit 5ca1c3360f

View file

@ -106,7 +106,7 @@ bool Core::ServerZone::loadSettings( int32_t argc, char* argv[] )
try try
{ {
arg = std::string( args[i] ); arg = boost::to_lower_copy( 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