summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHawarth <hawarth@hawarth.com>2026-03-20 18:54:11 +0100
committerHawarth <hawarth@hawarth.com>2026-03-20 18:54:11 +0100
commitbcfad40c8944ec3f481244394e610a11fbf26f27 (patch)
tree36c885be9ccad77e3357cf40d2a76e64462bab20 /scripts
parent7ce3595d5357511023cba47d0237044a790830e9 (diff)
downloaddf-lumberborne-bcfad40c8944ec3f481244394e610a11fbf26f27.tar.gz
df-lumberborne-bcfad40c8944ec3f481244394e610a11fbf26f27.zip
refactor: redo the initial hello messageHEADtrunk
Adds a lumberborne mod tag to the logger so if multiple mods are logging to the same file, they can be differentiated from each other.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/logger.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/logger.lua b/scripts/logger.lua
index 3eb4b0f..34f548b 100644
--- a/scripts/logger.lua
+++ b/scripts/logger.lua
@@ -1 +1 @@
-log("Hello from Lumberborne!")
+log("LUMBERBORNE MOD: Hello from Lumberborne!")