From 64940b00da8b87f03963b8a5b7f9e5e36bc01d30 Mon Sep 17 00:00:00 2001 From: Emo Date: Tue, 4 Mar 2025 10:10:05 -0500 Subject: [PATCH] fixed/modified rules menu --- .../content/global/handlers/iface/RulesAndInfo.kt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Server/src/main/content/global/handlers/iface/RulesAndInfo.kt b/Server/src/main/content/global/handlers/iface/RulesAndInfo.kt index 4cbad33..2004766 100644 --- a/Server/src/main/content/global/handlers/iface/RulesAndInfo.kt +++ b/Server/src/main/content/global/handlers/iface/RulesAndInfo.kt @@ -8,21 +8,18 @@ import core.game.interaction.InterfaceListener object RulesAndInfo { val RULES = arrayOf( "1. Basically just don't be an asshole", - " -Spamming, serious harassment, and other disruptive behaviors", - " are not okay, and will be addressed appropriately.", - "1. Be respectful to your fellow players.", - " -No harassment, etc.", - " -Keep arguments private.", - "2. Do not exploit bugs.", + " -No spamming, harassment, or other disruptive behaviors", + " behaviors disruptive behaviors", + "2. No exploitation of bugs.", " -Zero tolerance. Can result in account deletion.", - " -If you discover a bug, report it to Emo or other admins.", + " -If you discover a bug, report it to Emo/admins.", "3. Do not discuss or advertise.", " -Discussion of the live jagex games is fine.", " -Discussion of open source projects is fine.", - " -Advertising of non-open source RSPSs is not okay.", + " -No advertising of non-open source RSPSs.", "4. No unfair advantages.", " -No botting, autoclickers, AHKing, etc...", - " -Again, basically just don't be an asshole." + " -Again, just don't be an asshole." ) val SEPARATOR = " " val INFO = arrayOf(