* changed assert to only check for undefined by default
* fixes a bug with 0 time offset
* updated the club to R110
This commit is contained in:
2024-12-04 00:50:36 +00:00
parent 07c1fad5f3
commit d8a4d250d7
3 changed files with 18 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "mbchc",
"version": "108.13.1",
"version": "110.13.0",
"description": "Mute's Bondage Club Hacks Collection",
"author": "Mute",
"private": true,
"type": "module",
"devDependencies": {
"bc-stubs": "^108.0.0",
"bc-stubs": "^110.0.0",
"bondage-club-mod-sdk": "^1.2.0",
"typescript": "^5.5.2",
"xo": "^0.56.0"