teeworlds 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -1
- package/lib/snapshot.ts +2 -2
- package/package.json +1 -1
package/index.ts
CHANGED
package/lib/snapshot.ts
CHANGED
|
@@ -358,9 +358,9 @@ class Snapshot {
|
|
|
358
358
|
// score: (!players[id] == undefined || typeof players[id].score == 'undefined') ? -1 : players[id].score
|
|
359
359
|
}
|
|
360
360
|
// console.log(Ddnet_Character)
|
|
361
|
-
|
|
361
|
+
if (Ddnet_Character.freeze_end > 0 || Ddnet_Character.freeze_end == -1) // freezed or deepfreezed
|
|
362
362
|
|
|
363
|
-
|
|
363
|
+
console.log(Ddnet_Character)
|
|
364
364
|
} // else
|
|
365
365
|
// console.log("lolol uuid??", _size, type_id, id, data)
|
|
366
366
|
}
|