Fix 3000 errors

This commit is contained in:
DrSmugleaf
2021-12-05 18:13:33 +01:00
parent 850d7ba032
commit 163deff564
84 changed files with 313 additions and 458 deletions

View File

@@ -33,7 +33,7 @@ namespace Robust.Client.GameObjects
base.Initialize();
}
EntityUid IClientEntityManagerInternal.CreateEntity(string? prototypeName, EntityUid? uid)
EntityUid IClientEntityManagerInternal.CreateEntity(string? prototypeName, EntityUid uid)
{
return base.CreateEntity(prototypeName, uid);
}