remove empty line

This commit is contained in:
vis2k 2019-08-12 20:01:54 +02:00
parent f4c78e0110
commit 48785b594c

View File

@ -1141,7 +1141,6 @@ internal void MirrorUpdate()
{
if (observers != null && observers.Count > 0)
{
NetworkWriter writer = NetworkWriterPool.GetWriter();
// serialize all the dirty components and send (if any were dirty)
if (OnSerializeAllSafely(false, writer))