Skip to content

Commit

Permalink
Wrong mode ups
Browse files Browse the repository at this point in the history
  • Loading branch information
marioCST committed Oct 3, 2022
1 parent d123e4d commit 3286fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Horion/Module/Modules/Fly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void Fly::onDisable() {
g_Data.getLocalPlayer()->canFly = false;
break;
case 1:
case 5:
case 6:
g_Data.getLocalPlayer()->velocity = vec3_t(0, 0, 0);
}
}
Expand Down

0 comments on commit 3286fc6

Please sign in to comment.