env: use correct value pair in grid math table

This commit is contained in:
shagu
2024-11-08 19:22:47 +01:00
parent ca87f7148f
commit bd49a202fe
+1 -1
View File
@@ -39,7 +39,7 @@ pfGridmath = {
[6] = {{6,1},{3,2},{2,3},{1,6}},
[7] = {{7,1},{1,7}},
[8] = {{8,1},{4,2},{2,4},{1,8}},
[9] = {{9,1},{3,3},{9,1}},
[9] = {{9,1},{3,3},{1,9}},
[10] = {{10,1},{5,2},{2,5},{1,10}},
[11] = {{11,1},{1,11}},
[12] = {{12,1},{6,2},{4,3},{3,4},{2,6},{1,12}}