Skip to content

Commit 253413d

Browse files
committed
Disable uranium register packet
1 parent e82d25a commit 253413d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/rsccoleslaw.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ custom_features:
235235
want_combat_odyssey: true # MODIFIED
236236
want_instanced_npcs: true # MODIFIED
237237
equip_quest_items_without_quests: false # Allows items to be equiped without completing the required quests
238-
want_packet_register: true # If true, signups (character creation) from within game clients such as RSC+ will be allowed
238+
want_packet_register: false # If true, signups (character creation) from within game clients such as RSC+ will be allowed
239239

240240
parties:
241241
want_parties: true # MODIFIED

server/uranium.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ custom_features:
234234
want_combat_odyssey: false # Enable the Combat Odyssey miniquest
235235
want_instanced_npcs: false # Allows some NPCs to only be displayed to players that have met specific criteria
236236
equip_quest_items_without_quests: false # Allows items to be equiped without completing the required quests
237-
want_packet_register: true # If true, signups (character creation) from within game clients such as RSC+ will be allowed
237+
want_packet_register: false # If true, signups (character creation) from within game clients such as RSC+ will be allowed
238238

239239
parties:
240240
want_parties: false # Enables the party system

0 commit comments

Comments
 (0)