disable the *other* mapgen debug spew
This commit is contained in:
		| @@ -757,7 +757,7 @@ function dedup(items: number[]): number[] { | ||||
| } | ||||
|  | ||||
| function showDebug(grid: LoadedNewMap) { | ||||
|   if (true) { | ||||
|   if (DEBUG) { | ||||
|     let out = ""; | ||||
|     for (let y = 0; y < grid.size.h; y++) { | ||||
|       for (let x = 0; x < grid.size.w; x++) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user