From 8e668727f7cedba783cb9da1942638161b5aa3a3 Mon Sep 17 00:00:00 2001 From: Gaxeer <44334376+Gaxeer@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:23:40 +0200 Subject: [PATCH] refactor: make build compatible with 514 compiler again (#24020) --- code/modules/lavaland/lavaland_theme.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/lavaland/lavaland_theme.dm b/code/modules/lavaland/lavaland_theme.dm index aa602634e99..f1c4f16230b 100644 --- a/code/modules/lavaland/lavaland_theme.dm +++ b/code/modules/lavaland/lavaland_theme.dm @@ -10,7 +10,7 @@ if(!primary_turf_type) stack_trace("Turf type is `null` in `[type]` lavaland theme") else if(!ispath(primary_turf_type)) - stack_trace("Wrong turf type `[initial(primary_turf_type.type)]` in `[type]` lavaland theme") + stack_trace("Wrong turf type `[primary_turf_type.type]` in `[type]` lavaland theme") /** * This proc should do all theme specific thing.