Update config.rs version
This commit is contained in:
parent
2614c7ce77
commit
6589eb2836
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ target
|
||||
/output.log
|
||||
/world
|
||||
/server-icon.png
|
||||
/composition.toml
|
||||
|
@ -1,6 +0,0 @@
|
||||
log_level = "debug"
|
||||
max_players = 20
|
||||
motd = "Hello world!"
|
||||
ping_game_version = "1.19.3"
|
||||
port = 25565
|
||||
server_icon = "server-icon.png"
|
@ -39,8 +39,8 @@ impl Default for Config {
|
||||
} else {
|
||||
log::LevelFilter::Info
|
||||
},
|
||||
protocol_version: 756,
|
||||
game_version: "1.18.1".to_owned(),
|
||||
protocol_version: 761,
|
||||
game_version: "1.19.3".to_owned(),
|
||||
server_version,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user