Increment server version

oauth2
Flashfyre 2024-04-28 20:44:33 -04:00
parent ec33952aaa
commit bc8084b70b
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}