Update Vector3VariableSyncer.cs

This commit is contained in:
Will Corby 2021-12-07 23:24:29 -08:00 committed by GitHub
parent f8eb7970d0
commit 60ce63173c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ namespace QSB.Utility.VariableSync
}
else
{
writer.Write(default(float));
writer.Write(default(Vector3));
}
}