diff --git a/client/src/pages/index.html b/client/src/pages/index.html
index 6ed9eebf8..5099acefa 100644
--- a/client/src/pages/index.html
+++ b/client/src/pages/index.html
@@ -52,6 +52,7 @@
+
diff --git a/client/src/scripts/news/newsPosts.ts b/client/src/scripts/news/newsPosts.ts
index de6bd160a..a1d3ed3a9 100644
--- a/client/src/scripts/news/newsPosts.ts
+++ b/client/src/scripts/news/newsPosts.ts
@@ -19,8 +19,9 @@ export const news: NewsPost[] = [
New features & changes
- Better healing items! Healing items can now be picked up, and take time to use. Added tablets, which heal 50% adrenaline.
- - Mobile improvements! Added auto loot pickup, and improved the UI.
- Better kill feed! Redesigned the kill feed. It now shows weapon icons instead of names.
+ - South America server! A 4th server, hosted in São Paulo, Brazil, is now available. To select it, click on the dropdown above the play button.
+ - Mobile improvements! Added auto loot pickup, and improved the UI.
- Better settings! The settings menu has been redesigned. Added options to change minimap and joystick transparency, and joystick size.
- The Lewis gun and Tango 51 are now more common. The MCX Spear is now less common.
- The Tango 51 now has a chance to drop from gold rocks.
diff --git a/server/src/config.ts b/server/src/config.ts
index a02631442..3dd12cc20 100644
--- a/server/src/config.ts
+++ b/server/src/config.ts
@@ -71,6 +71,7 @@ export const Config = {
dev: "ws://127.0.0.1:8000",
na: "wss://suroi.io",
eu: "wss://eu.suroi.io",
+ sa: "wss://sa.suroi.io",
as: "wss://as.suroi.io"
},
defaultRegion: "na",