Skip to content

Commit 08acde2

Browse files
committed
Decreased client version
1 parent 73f365b commit 08acde2

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

server/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ world:
1616
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1717
idle_timer: 300000 # 5 minute player idle alert, 0 disables
1818
auto_save: 30000 # 30 second autosave interval
19-
client_version: 10010
19+
client_version: 10009
2020
enforce_custom_client_version: true
2121
server_port: 43594 # 43593 2001scape / 43594 preservation / 43595 cabbage / 43596 openrsc / 43597 openpk / 43598 wk / 43599 dev
2222
ws_server_port: 43494 # 43493 2001scape / 43494 preservation / 43495 cabbage / 43496 openrsc / 43497 openpk / 43498 wk / 43499 dev

server/openpk.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ world:
1717
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1818
idle_timer: 300000 # 5 minute player idle alert, 0 disables
1919
auto_save: 30000 # 30 second autosave interval
20-
client_version: 10010
20+
client_version: 10009
2121
enforce_custom_client_version: false
2222
server_port: 43597 # 43594 preservation / 43595 cabbage / 43596 openrsc / 43597 openpk / 43598 wk / 43599 dev
2323
ws_server_port: 43497 # MODIFIED

server/preservation.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ world:
1818
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1919
idle_timer: 300000 # 5 minute player idle alert, 0 disables
2020
auto_save: 120000 # 120 second autosave interval
21-
client_version: 10010
21+
client_version: 10009
2222
enforce_custom_client_version: false
2323
server_port: 43596 # MODIFIED
2424
ws_server_port: 43496 # MODIFIED

server/rsccabbage.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ world:
1515
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1616
idle_timer: 600000 # MODIFIED 10 minute player idle alert, 0 disables
1717
auto_save: 30000 # 30 second autosave interval
18-
client_version: 10010
18+
client_version: 10009
1919
enforce_custom_client_version: false
2020
server_port: 43595 # MODIFIED
2121
ws_server_port: 43495 # MODIFIED

server/rsccoleslaw.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ world:
1616
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1717
idle_timer: 600000 # MODIFIED 10 minute player idle alert, 0 disables
1818
auto_save: 30000 # 30 second autosave interval
19-
client_version: 10010
19+
client_version: 10009
2020
enforce_custom_client_version: false
2121
server_port: 43599 # MODIFIED
2222
ws_server_port: 43499 # MODIFIED

server/uranium.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ world:
1616
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1717
idle_timer: 300000 # 5 minute player idle alert, 0 disables
1818
auto_save: 300000 # 300 second autosave interval # MODIFIED 10x higher
19-
client_version: 10010
19+
client_version: 10009
2020
enforce_custom_client_version: false
2121
server_port: 43235 # MODIFIED
2222
ws_server_port: 43435 # MODIFIED

0 commit comments

Comments
 (0)