mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Fix kinky dungeon restarting game
You can resume the game in a chat room but not in the arcade. This fixes that.
This commit is contained in:
parent
1c9f10a983
commit
0f56ed2635
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ function ArcadeClick() {
|
|||
* @returns {void} - Nothing
|
||||
*/
|
||||
function ArcadeKinkyDungeonStart(PlayerLevel) {
|
||||
if (KinkyDungeonPlayerCharacter != Player) {
|
||||
if (KinkyDungeonPlayerCharacter != null) {
|
||||
KinkyDungeonGameRunning = false; // Reset the game to prevent carrying over spectator data
|
||||
KinkyDungeonPlayerCharacter = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue