summaryrefslogtreecommitdiff
path: root/src/wasp-user-stats.el
diff options
context:
space:
mode:
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