From 49d0459412b2b4aea631c337f614d05c0316c525 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Tue, 10 Jan 2023 18:58:30 +0200 Subject: [PATCH] Remove unused code --- config/objects/generic.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/objects/generic.json b/config/objects/generic.json index 1ff3c73dc..859da47e9 100644 --- a/config/objects/generic.json +++ b/config/objects/generic.json @@ -1037,9 +1037,4 @@ "roughHills" : { "index" :209, "handler": "static", "types" : { "object" : { "index" : 0} } }, "subterraneanRocks" : { "index" :210, "handler": "static", "types" : { "object" : { "index" : 0} } }, "swampFoliage" : { "index" :211, "handler": "static", "types" : { "object" : { "index" : 0} } } - - //These are WoG objects? They are not available in H3 - //"frozenLakeDUPLICATE" : { "index" :172, "handler": "static", "types" : { "object" : { "index" : 0} } }, - //"oakTreesDUPLICATE" : { "index" :186, "handler": "static", "types" : { "object" : { "index" : 0} } }, - //"plant" : { "index" :189, "handler": "static", "types" : { "object" : { "index" : 0} } } }