@nativewrappers/common-game 0.0.170 → 0.0.171

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/common/Command.js CHANGED
@@ -118,7 +118,7 @@ class Command {
118
118
  for (const name2 of names) {
119
119
  const commandObj = { ...this, name: `/${name2}` };
120
120
  if (GlobalData.IS_CLIENT) {
121
- emit("chat:addSuggestion", commandObj);
121
+ emit("chat:addSuggestions", commandObj);
122
122
  } else {
123
123
  commands.push(commandObj);
124
124
  emitNet("chat:addSuggestions", -1, commandObj);
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "license": "MIT",
10
10
  "type": "module",
11
- "version": "0.0.170",
11
+ "version": "0.0.171",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/nativewrappers/nativewrappers.git"