1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-23 23:57:46 +00:00

Change default world id back to Gilgamesh

I quickly realized that the "Dev" server is under the "Unknown" data center, and
that's kinda hard to select in the client. I'll think about a solution later.
This commit is contained in:
Joshua Goins 2025-03-22 17:08:33 -04:00
parent 6190001caa
commit 5c8998ddb2

View file

@ -179,7 +179,7 @@ impl Default for WorldConfig {
Self {
port: 7100,
listen_address: "127.0.0.1".to_string(),
world_id: 1, // Dev
world_id: 63, // Gilgamesh
}
}
}