@wayward/types 2.13.5-beta.dev.20230711.2 → 2.13.5-beta.dev.20230712.1

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.
@@ -195,7 +195,7 @@ export default class Item extends EntityMovable<IItemDescription, ItemType, Item
195
195
  isNearby(executor: Entity, allowNearby?: boolean): boolean;
196
196
  /**
197
197
  * Fixes item issues.
198
- * Note: Be careful with what gets fixed in multiplayer!
198
+ * Note: This is not called by clients joining a mp game.
199
199
  */
200
200
  verifyAndFixItem(): void;
201
201
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.13.5-beta.dev.20230711.2",
4
+ "version": "2.13.5-beta.dev.20230712.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",