Skip to content

Commit 6f98953

Browse files
committed
Fix PvP error
1 parent ef6b14f commit 6f98953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Display/PvP.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Display:RegisterHookScript(LFDMicroButton, "OnEnter", function(self)
3838
end
3939
else
4040
Display
41-
:SetFormattedLine(conquest.currentValue)
41+
:SetLine(conquest.currentValue)
4242
:SetGrayColor()
4343
end
4444
Display:ToLine()

0 commit comments

Comments
 (0)