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

This commit is contained in:
David Cernat 2018-07-19 11:57:06 +03:00
parent 9823a77bf2
commit b6db570d9c

View file

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