mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
@@ -357,7 +357,7 @@
|
||||
return
|
||||
if(!is_valid_recipe(recipe, recipes)) //href exploit protection
|
||||
return
|
||||
if(!multiplier || (multiplier <= 0)) //href exploit protection
|
||||
if(!multiplier || multiplier < 1) //href exploit protection
|
||||
return
|
||||
if(!building_checks(builder, recipe, multiplier))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user