-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -301,8 +301,8 @@ public function checkConfig(){ | |
} | ||
} | ||
|
||
$numerics = ["oversized-stacks", "near-radius-limit", "near-default-radius"]; | ||
foreach($numerics as $key){ | ||
$integers = ["oversized-stacks", "near-radius-limit", "near-default-radius"]; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
PEMapModder
Member
|
||
foreach($integers as $key){ | ||
$value = null; | ||
if(!is_numeric($cfg->get($key))){ | ||
switch($key){ | ||
|
4 comments
on commit e91a289
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh?