Skip to content

Commit

Permalink
fixed a random printing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarklord committed Jan 31, 2018
1 parent c33e8eb commit a8a1488
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ bool DetouredGetCString8(const App::PropertyList *pPropertyList, uint32_t proper
}

bool DetouredGetString16(const App::PropertyList *pPropertyList, uint32_t propertyID, eastl::string16 &dst) {
ArgScript::PrintF(App::ICheatManager::GetConsoleStream(), "%u", wstringValueMapOverride.size());
return DetouredGetProp(GetString16_original, wstringValueMapOverride, wstringValueMapDefault, pPropertyList, propertyID, dst);
}

Expand Down

0 comments on commit a8a1488

Please sign in to comment.