Increment server version

This commit is contained in:
Flashfyre 2024-04-28 20:44:33 -04:00
parent ec33952aaa
commit bc8084b70b

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