mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-26 09:18:40 -04:00
Remove unnecessary easySwim
This commit is contained in:
@@ -1337,7 +1337,7 @@ int daAlink_c::procSwimHookshotMove() {
|
||||
return procSwimDiveInit();
|
||||
}
|
||||
|
||||
if (checkUpSwimButtonAccept() && (easySwim ? doButton() : doTrigger())) {
|
||||
if (checkUpSwimButtonAccept() && doTrigger()) {
|
||||
field_0x3000 = 30;
|
||||
return procSwimMoveInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user