This commit is contained in:
parent
3c828c2110
commit
544a0e8f29
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class Region {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean is_area_user_type(Vector3 position,String player_id,String type){
|
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)
|
if (is_not_reloading)
|
||||||
for (int i = 0; i< areas.size; i++){
|
for (int i = 0; i< areas.size; i++){
|
||||||
|
|
Loading…
Reference in a new issue