mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
Missing namespace added
This commit is contained in:
parent
d140acf613
commit
7d3c66f88f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ bool loadSettings( int32_t argc, char* argv[] )
|
|||
|
||||
try
|
||||
{
|
||||
arg = Util::toLowerCopy( std::string( args[ i ] ) );
|
||||
arg = Core::Util::toLowerCopy( std::string( args[ i ] ) );
|
||||
val = std::string( args[ i + 1 ] );
|
||||
|
||||
// trim '-' from start of arg
|
||||
|
|
Loading…
Add table
Reference in a new issue