Rename and clean up MapleFoothold

This commit is contained in:
P0nk
2021-09-09 22:20:08 +02:00
parent c0fedc8589
commit 032f111b53
4 changed files with 27 additions and 28 deletions

View File

@@ -470,7 +470,7 @@ public class MapleMap {
}
private Point calcPointBelow(Point initial) {
MapleFoothold fh = footholds.findBelow(initial);
Foothold fh = footholds.findBelow(initial);
if (fh == null) {
return null;
}