0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Remove duplicate keybind

This commit is contained in:
Alexander01998 2024-01-05 14:07:42 +01:00
parent 4eda3f9bf0
commit 9ce0766636

View File

@ -117,7 +117,6 @@ public final class KeybindList
{
Set<Keybind> set = new LinkedHashSet<>();
addKB(set, "b", "fastplace;fastbreak");
addKB(set, "b", "fastplace;fastbreak");
addKB(set, "c", "fullbright");
addKB(set, "g", "flight");
addKB(set, "semicolon", "speednuker");