Browse Source

bug: Fixed accidental code delete

(cherry picked from commit 9cc4f2329b)
tags/v0.11.0.8^0
Shaun 1 year ago
committed by Big Bad Waffle
parent
commit
cd0f49989a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/server/world/atlas.js

+ 1
- 0
src/server/world/atlas.js View File

@@ -189,6 +189,7 @@ module.exports = {
});

this.threads.push(thread);
});
},
onMessage: function (thread, message) {
if (message.module) {


Loading…
Cancel
Save