mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Minor changes
This commit is contained in:
parent
d0a87e5210
commit
0e26ff44b6
2 changed files with 1 additions and 2 deletions
|
@ -356,7 +356,7 @@ namespace NLGUI
|
||||||
{
|
{
|
||||||
if (!args.empty())
|
if (!args.empty())
|
||||||
{
|
{
|
||||||
ucstring res("");
|
ucstring res;
|
||||||
for (uint32 i = 0; i < args.size(); ++i)
|
for (uint32 i = 0; i < args.size(); ++i)
|
||||||
{
|
{
|
||||||
args[i].toString();
|
args[i].toString();
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
|
|
||||||
#include "stdpch.h"
|
#include "stdpch.h"
|
||||||
#include <functional>
|
|
||||||
#include "deposit.h"
|
#include "deposit.h"
|
||||||
#include "player_manager/character.h"
|
#include "player_manager/character.h"
|
||||||
#include "player_manager/player_manager.h"
|
#include "player_manager/player_manager.h"
|
||||||
|
|
Loading…
Reference in a new issue