Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Content.Shared.Localizations
|
||||
iargs[i - 2] = n;
|
||||
}
|
||||
|
||||
if (!ut!.TryGetUnit(max, out var mu))
|
||||
if (!ut.TryGetUnit(max, out var mu))
|
||||
throw new ArgumentException("Unit out of range for type");
|
||||
|
||||
var fargs = new object[iargs.Length];
|
||||
|
||||
Reference in New Issue
Block a user