mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Preferences SQL tests (#4016)
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
// General-purpose helper for drawing a colored box.
|
||||
#define HTML_RECT(color) " <div style=\"display:inline;height:10px;width:30px;background:'[color || "#FFFFFF"]'\"></div> "
|
||||
|
||||
// A bit of a hack to allow unit testing of category items.
|
||||
#ifdef UNIT_TEST
|
||||
# define PREF_CLIENT_CKEY ""
|
||||
#else
|
||||
# define PREF_CLIENT_CKEY pref.client.ckey
|
||||
#endif
|
||||
|
||||
/datum/category_group/player_setup_category/general_preferences
|
||||
name = "General"
|
||||
sort_order = 1
|
||||
|
||||
Reference in New Issue
Block a user