mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Convert vault tree printing to plString
After hacking the old to just barely use plString, I received some UTF-8 asserts. So, that seemed like a good excuse to convert the whole mess to plString. Note that the output is now saved in VaultClient.log. This should help with getting some of the chaos out of OLD_ASYNC_LOG.log
This commit is contained in:
@ -6913,8 +6913,8 @@ PF_CONSOLE_GROUP(Vault)
|
||||
|
||||
PF_CONSOLE_CMD(Vault, Dump, "", "Prints the vault structure of current player and age to the nearest log file")
|
||||
{
|
||||
VaultDump(L"Player", NetCommGetPlayer()->playerInt);
|
||||
VaultDump(L"Age", NetCommGetAge()->ageVaultId);
|
||||
VaultDump("Player", NetCommGetPlayer()->playerInt);
|
||||
VaultDump("Age", NetCommGetAge()->ageVaultId);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -2932,7 +2932,7 @@ void cyMisc::ForceVaultNodeUpdate(unsigned nodeId)
|
||||
void cyMisc::VaultDownload(unsigned nodeId)
|
||||
{
|
||||
VaultDownloadAndWait(
|
||||
L"PyVaultDownload",
|
||||
"PyVaultDownload",
|
||||
nodeId,
|
||||
nil,
|
||||
nil
|
||||
|
Reference in New Issue
Block a user