Skip to content

Commit 6753e60

Browse files
committed
fix SHOW_SHARD_CENTERED_MP_MESSAGE
1 parent aef8225 commit 6753e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScaleformUI_Lua/src/scaleforms/BigMessageScaleform/BigMessageInstance.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function BigMessageInstance:ShowColoredShard(msg, desc, textColor, bgColor, dura
103103
self:Load()
104104
self._start = GlobalGameTimer
105105
self._manualDispose = manualDispose or false
106-
self._sc:CallFunction("SHOW_SHARD_CENTERED_MP_MESSAGE", msg, desc, bgColor, textColor)
106+
self._sc:CallFunction("SHOW_SHARD_CENTERED_MP_MESSAGE", msg, desc, textColor, bgColor)
107107
self._duration = duration
108108
end
109109

0 commit comments

Comments
 (0)