Remove redundant prototype resolving (#4322)

This commit is contained in:
Leon Friedrich
2023-08-27 17:24:25 +12:00
committed by GitHub
parent f448c6b8fa
commit d5ba822a79
3 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,6 @@ namespace Robust.Client
_reflectionManager.Initialize();
_prototypeManager.Initialize();
_prototypeManager.LoadDefaultPrototypes();
_prototypeManager.ResolveResults();
_userInterfaceManager.Initialize();
_eyeManager.Initialize();
_entityManager.Initialize();