mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Fix Mark#2 message in bottom right showing first point
This commit is contained in:
parent
c309addf99
commit
4914e95d4b
@ -422,7 +422,7 @@ namespace MCGalaxy {
|
||||
if (selIndex == 1 && selTitle != null) {
|
||||
SendCpeMessage(CpeMessageType.BottomRight2, "Mark #1" + FormatSelectionMark(selMarks[0]));
|
||||
} else if (selIndex == 2 && selTitle != null) {
|
||||
SendCpeMessage(CpeMessageType.BottomRight1, "Mark #2" + FormatSelectionMark(selMarks[0]));
|
||||
SendCpeMessage(CpeMessageType.BottomRight1, "Mark #2" + FormatSelectionMark(selMarks[1]));
|
||||
}
|
||||
if (selIndex != selMarks.Length) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user