You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cancelling an INPUT usually stops execution but apparently it only stops the thenRoutine. But setting playerName to nothing should not behave like it does.
The text was updated successfully, but these errors were encountered:
I'm thinking that this part: w.get('player') == playerName is making it so when the playerName is "", that any seats without an explicit player property will be hidden because the default is player: ''.
Is the solution to this as simple as changing the default for the player property on seats to null?
QuickDownload without assets 2024-09-10 0639 - Intrigue of the Three Kingdoms.vtt.zip
If I click on a seat but then click Cancel, unused seats are hidden anyway. Might be a game bug but feels like an engine bug.
The problem is that it sets
playerName = ''
:Cancelling an
INPUT
usually stops execution but apparently it only stops thethenRoutine
. But settingplayerName
to nothing should not behave like it does.The text was updated successfully, but these errors were encountered: