From fba005fc509be1b443f5bbf20c938527c6f6a550 Mon Sep 17 00:00:00 2001
From: SeepingVisage <160535199+SeepingVisage@users.noreply.github.com>
Date: Wed, 14 Aug 2024 02:52:36 -0400
Subject: [PATCH] fix a typo
makes _src into _src_ and everything is happy
---
code/modules/client/preferences.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm
index 626f4219..eeeb311e 100644
--- a/code/modules/client/preferences.dm
+++ b/code/modules/client/preferences.dm
@@ -1056,7 +1056,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "Maximum Weight:[max_weight == FALSE ? "None" : max_weight]
"
dat += "NonCon - Weight Gain:[noncon_weight_gain == TRUE ? "Enabled" : "Disabled"]
"
- dat += "Bot Feeding:[bot_feeding == TRUE ? "Enabled" : "Disabled"]
"
+ dat += "Bot Feeding:[bot_feeding == TRUE ? "Enabled" : "Disabled"]
"
dat += "