forked from teamnwah/openmw-tes3coop
[Client] Display uniqueIndexes in a less confusing way in console
This commit is contained in:
parent
9823a77bf2
commit
b6db570d9c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue