summaryrefslogtreecommitdiff
path: root/src/wasp-user-stats.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-09-16 01:33:43 -0400
committerLLLL Colonq <llll@colonq>2025-09-16 01:33:43 -0400
commitfe903c535211bdbeeb703e06db0da3f7c8c19b4b (patch)
tree66c383a14eb92f61df32f2407719a761e4c2ed16 /src/wasp-user-stats.el
parent9dec5e4d54ecbfb84ef8eba727b44bb6435f6e40 (diff)
Update
Diffstat (limited to 'src/wasp-user-stats.el')
-rw-r--r--src/wasp-user-stats.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasp-user-stats.el b/src/wasp-user-stats.el
index 285754f8..74c320aa 100644
--- a/src/wasp-user-stats.el
+++ b/src/wasp-user-stats.el
@@ -71,5 +71,9 @@
(w/user-ensure-faction)
(w/user-ensure-element))
+(defun w/user-stats-update-color (color)
+ "Ensure that COLOR is set for the current user."
+ (setf (alist-get :color w/user-current) color))
+
(provide 'wasp-user-stats)
;;; wasp-user-stats.el ends here