forgot to save

This commit is contained in:
vis2k 2020-03-02 12:07:56 +01:00
parent 5a1bfdf1a4
commit b787274732

View File

@ -467,7 +467,7 @@ internal static void Update()
{
if (kvp.Value != null && kvp.Value.gameObject != null)
{
kvp.Value.MirrorUpdate();
kvp.Value.ServerUpdate();
}
else
{