.Keys.Contains() -> .ContainsKey() (#12873)
This commit is contained in:
committed by
GitHub
parent
b707b788ac
commit
90cc6e391b
@@ -141,7 +141,7 @@ namespace Content.Server.Body.Systems
|
||||
|
||||
foreach (var group in meta.MetabolismGroups)
|
||||
{
|
||||
if (!proto.Metabolisms.Keys.Contains(group.Id))
|
||||
if (!proto.Metabolisms.ContainsKey(group.Id))
|
||||
continue;
|
||||
|
||||
var entry = proto.Metabolisms[group.Id];
|
||||
|
||||
Reference in New Issue
Block a user