[Client] Display uniqueIndexes in a less confusing way in console

remotes/1728160796594174844/tmp_0.7.0-alpha
David Cernat 7 years ago
parent 9823a77bf2
commit b6db570d9c

@ -433,7 +433,7 @@ namespace MWGui
title of the console window, for easier debugging of almost everything
*/
setTitle("#{sConsoleTitle} (" + object.getCellRef().getRefId() + ", " +
std::to_string(object.getCellRef().getRefNum().mIndex) + ", " +
std::to_string(object.getCellRef().getRefNum().mIndex) + "-" +
std::to_string(object.getCellRef().getMpNum()) + ")");
/*
End of tes3mp change (major)

Loading…
Cancel
Save