Cleanup with resharper (mostly removing redundancies & using collection.Length/Count properties instead of the Count method)
This commit is contained in:
@@ -184,11 +184,6 @@ namespace Barotrauma
|
||||
placed = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (placed)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user