1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17: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 9d87f23caf
commit 8488e7679f

View file

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