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:
parent
9d87f23caf
commit
8488e7679f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue