mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-22 16:41:28 +08:00
Increment server version
This commit is contained in:
parent
ec33952aaa
commit
bc8084b70b
@ -35,7 +35,7 @@ func Update(uuid []byte, slot int, save any) error {
|
||||
return fmt.Errorf("invalid system data")
|
||||
}
|
||||
|
||||
if save.GameVersion != "1.0.3" {
|
||||
if save.GameVersion != "1.0.4" {
|
||||
return fmt.Errorf("client version out of date")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user