소스 검색

test: remove this

tags/v0.12.0.13
Shaun 1 년 전
부모
커밋
1a617d0f26
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/server/world/instancer.js

+ 1
- 0
src/server/world/instancer.js 파일 보기

@@ -339,6 +339,7 @@ module.exports = {
let obj = msg.obj;
obj = objects.find(o => o.serverId === obj.id);
if (!obj) {
console.log('No object found to remove');
//We should probably never reach this
return;
}


불러오는 중...
취소
저장