fixes
All checks were successful
/ Auto-Build-App (push) Successful in 1m32s

This commit is contained in:
pietru 2024-10-29 23:35:22 +01:00
parent 3c828c2110
commit 544a0e8f29

View file

@ -71,7 +71,7 @@ public class Region {
}
public static boolean is_area_user_type(Vector3 position,String player_id,String type){
boolean can = is_not_reloading;
boolean can = false;
if (is_not_reloading)
for (int i = 0; i< areas.size; i++){