mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 12:39:51 +00:00
.
This commit is contained in:
parent
86412fbd82
commit
059e3e28f8
@ -56,7 +56,7 @@ namespace QSB
|
||||
|
||||
public static TransformSync.TransformSync GetTransformSync(uint id)
|
||||
{
|
||||
return TransformSyncs.First(x => x != null && x.netId.Value == id);
|
||||
return TransformSyncs.FirstOrDefault(x => x != null && x.netId.Value == id);
|
||||
}
|
||||
|
||||
public static AnimationSync GetAnimationSync(uint id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user