Comment out useless
This commit is contained in:
parent
906db42299
commit
4962e27220
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ export default function load (b) {
|
|||
b.worlds={}
|
||||
b._client.on("map_chunk", payload => {
|
||||
//console.log(payload);
|
||||
b._chunk = new c();
|
||||
b._chunk.load(payload.chunkData)
|
||||
//b._chunk = new c();
|
||||
//b._chunk.load(payload.chunkData)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue