-
Notifications
You must be signed in to change notification settings - Fork 3
カウントダウンタイマー終了後に変な文字列が出る問題 #206
Copy link
Copy link
Closed
Labels
Description
Alertは " "としていて問題が発生していないのでおそらくこれが原因
MapChooserSharp/MapChooserSharp/Modules/MapVote/Countdown/CenterAlert/McsCenterAlertCountdownUi.cs
Line 29 in 7fc5efb
| player.PrintToCenterAlert(" "); |
MapChooserSharp/MapChooserSharp/Modules/MapVote/Countdown/CenterHud/McsCenterHudCountdownUi.cs
Line 19 in 7fc5efb
| player.PrintToCenter(""); |
またこれは、投票開始直後等のクラッシュなどにもつながっている可能性があり修正した方が良い
Reactions are currently unavailable