dangOreus

by Mylon

The flOre is lava. Dig yOre way out through this divOrese and dangOreus field! Will you Coke on the limited space and submit to the cOreruption Ore will you transfOrem it into an majestic Orechestra? Also known as "Dangerous" or "Danger Ores".

Scenarios
11 months ago
0.15 - 1.1
9.08K
Environment Mining

b bug with remote interface

3 years ago
(updated 3 years ago)

The second part of the remote interface for toggling a surface: line 21 in my control.lua.

    if type(bool) == true then --Rare case someone is trying to re-enable surface

type(bool) is "boolean" - this branch can never execute. Maybe you wanted bool == true ? or type(bool) == "boolean" and bool then . (and bool == true if we are being explicit)

3 years ago

Great catch. Thanks for the report.

New response