Increment server version
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…
Reference in New Issue