mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
dont delete cubes by default
This commit is contained in:
parent
15af28337b
commit
aeac31cf6a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
|
||||
|
||||
var DELETE_AT_ENDING = true;
|
||||
var DELETE_AT_ENDING = false;
|
||||
|
||||
var CUBE_DIMENSIONS = {
|
||||
x: 1,
|
||||
|
|
Loading…
Reference in a new issue