fixing compile error

2nd PR merged messed up, removing 2nd clientAuthorityBeforeTeleport
This commit is contained in:
James Frowen 2020-10-28 13:52:49 +00:00 committed by GitHub
parent 60763805b2
commit cd36ed5ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,9 +173,6 @@ void ClientRemoteUpdate()
} }
} }
// We need to store this locally on the server so clients can't request Authority when ever they like
bool clientAuthorityBeforeTeleport;
// moved or rotated or scaled since last time we checked it? // moved or rotated or scaled since last time we checked it?
bool HasEitherMovedRotatedScaled() bool HasEitherMovedRotatedScaled()
{ {