]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - help.cfg
Reduce a few overlong lines in crosshair code
[xonotic/xonotic-data.pk3dir.git] / help.cfg
index 52cfb09f3377f8cadb963e0577b1b542b7915e20..70b7c8a0f8242dd1391f62421dba748b8d022796 100644 (file)
--- a/help.cfg
+++ b/help.cfg
@@ -1,5 +1,6 @@
 // Simple help message system
-// It prints messages with the configured name
+
+// First exec this file, then the correct help-*.cfg for your ruleset.
 
 // You can start the help system with the command help_loop but this has been found to annoy players.
 // A better way is to put `alias sv_hook_gamestart_all "defer 20 help_next"` into your server.cfg,