mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-14 12:29:15 +00:00
Fixed crash when spectating kinky dungeon
Should hopefully fix a crash when spectating kinky dungeon by preventing bad data from going through.
This commit is contained in:
parent
3db3ab2267
commit
047e57a434
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ function KinkyDungeonPackData(IncludeMap, IncludeItems, IncludeInventory, Includ
|
|||
return "I/" + value.restraint.name + "/l" + value.lock;
|
||||
}
|
||||
}
|
||||
return value;
|
||||
return "";
|
||||
}) : "";
|
||||
|
||||
let meta = {w: KinkyDungeonGridWidth, h: KinkyDungeonGridHeight, x:KinkyDungeonPlayerEntity.x, y:KinkyDungeonPlayerEntity.y,};
|
||||
|
|
Loading…
Add table
Reference in a new issue