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