House Cleaning
This commit is contained in:
@ -136,7 +136,10 @@ internal abstract class Location
|
||||
result = null;
|
||||
else
|
||||
{
|
||||
if (!int.TryParse(segments[1], out int xWholePercent) || !int.TryParse(segments[2], out int yWholePercent) || !int.TryParse(segments[3], out int wWholePercent) || !int.TryParse(segments[4], out int hWholePercent))
|
||||
if (!int.TryParse(segments[1], out int xWholePercent)
|
||||
|| !int.TryParse(segments[2], out int yWholePercent)
|
||||
|| !int.TryParse(segments[3], out int wWholePercent)
|
||||
|| !int.TryParse(segments[4], out int hWholePercent))
|
||||
result = null;
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user