mirror of
https://github.com/heav-4/apioform
synced 2026-05-14 17:32:19 +00:00
Fix border issues
This commit is contained in:
@@ -342,6 +342,9 @@
|
||||
py=3
|
||||
break;
|
||||
}
|
||||
if (px+dx<0||px+dx>49||py+dy<0||py+dy>49){
|
||||
maketurn=false
|
||||
}
|
||||
if (maketurn&&php>0){
|
||||
|
||||
for (i in entities[px+" "+py]){
|
||||
|
||||
Reference in New Issue
Block a user