mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed findY in block if x <= 5, saper
This commit is contained in:
@@ -237,7 +237,7 @@ export default {
|
||||
}
|
||||
else if (X_Cordinates <= 5) {
|
||||
findX = X_Cordinates - 1
|
||||
findY = 1
|
||||
findY = 0
|
||||
}
|
||||
|
||||
const UserObject = {
|
||||
|
||||
Reference in New Issue
Block a user