This website requires JavaScript.
Explore
Help
Register
Sign In
charleslemaux
/
Mirror
Watch
1
Star
0
Fork
0
You've already forked Mirror
mirror of
https://github.com/MirrorNetworking/Mirror.git
synced
2024-11-18 11:00:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
400bb91821
Mirror
/
Assets
History
vis2k
400bb91821
NetworkServer.SetClientReady: remove unnecessary null check because we don't have one in the above foreach either, and we don't have them anywhere else for NetworkIdentity.spawned because OnDestroy removes objects from it before they become null. The only way to cause this would be by calling Destroy(GetComponent<NetworkIdentity>()) - which no one does, and if someone does it then it's fine to get an exception here.
2019-03-22 12:08:47 +01:00
..
Mirror
NetworkServer.SetClientReady: remove unnecessary null check because we don't have one in the above foreach either, and we don't have them anywhere else for NetworkIdentity.spawned because OnDestroy removes objects from it before they become null. The only way to cause this would be by calling Destroy(GetComponent<NetworkIdentity>()) - which no one does, and if someone does it then it's fine to get an exception here.
2019-03-22 12:08:47 +01:00
Mirror.meta
Source based instead of dll (
#277
)
2019-01-13 21:08:54 +01:00