mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-04 05:15:51 -04:00
persister cleanup (still broke but logic is there for when it isn't); also replace all the SOE BS for forwarding stl port with native object classes because i thought that may be part of the problem...
This commit is contained in:
@@ -1294,7 +1294,7 @@ void CommandQueue::executeCommand(Command const &command, NetworkId const &targe
|
||||
status = Command::CEC_Success;
|
||||
|
||||
static bool s_tradeAllowedCommandsInit = false;
|
||||
typedef stdvector<uint32>::fwd Uint32Vector;
|
||||
typedef std::vector<uint32> Uint32Vector;
|
||||
static Uint32Vector s_tradeAllowedCommands;
|
||||
|
||||
if (!s_tradeAllowedCommandsInit)
|
||||
|
||||
Reference in New Issue
Block a user