@nativewrappers/redm 0.0.75 → 0.0.77

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.
Files changed (2) hide show
  1. package/common/index.js +1 -1
  2. package/package.json +1 -1
package/common/index.js CHANGED
@@ -1003,7 +1003,7 @@ function NetEvent(eventName, remoteOnly = true) {
1003
1003
  const src = source;
1004
1004
  try {
1005
1005
  $CLIENT: {
1006
- if (remoteOnly && source !== 65535) {
1006
+ if (GlobalData.IS_CLIENT && remoteOnly && source !== 65535) {
1007
1007
  return;
1008
1008
  }
1009
1009
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "license": "MIT",
10
10
  "type": "module",
11
- "version": "0.0.75",
11
+ "version": "0.0.77",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/nativewrappers/nativewrappers.git"