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:
parent
5136b1a397
commit
5ca1c3360f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue