mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +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")
|
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")
|
return fmt.Errorf("client version out of date")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user