aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/tiles')
-rw-r--r--client/map/tiles/generic_tile.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/tiles/generic_tile.gd b/client/map/tiles/generic_tile.gd
index 345f1daa..0a11efc6 100644
--- a/client/map/tiles/generic_tile.gd
+++ b/client/map/tiles/generic_tile.gd
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
-class_name GenericTile
+class_name UnknownTile
extends Floor
func _init(ctx: TileFactory.TileCC):