mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-24 08:07:45 +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:
parent
6190001caa
commit
5c8998ddb2
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ impl Default for WorldConfig {
|
||||||
Self {
|
Self {
|
||||||
port: 7100,
|
port: 7100,
|
||||||
listen_address: "127.0.0.1".to_string(),
|
listen_address: "127.0.0.1".to_string(),
|
||||||
world_id: 1, // Dev
|
world_id: 63, // Gilgamesh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue