menuentryswapperplugin: Added Sarachnis crypt swap (#1122)
* menuentryswapperplugin: Added Sarachnis crypt swap
Added quick swap to sarachnis crypt.
* remove duplicate swapQuick option.equals("enter")
remove duplicate this.swapQuick && option.equals("enter")
* Menuentryswapperplugin: cleaned up Sarachnis Swap
Deleted duplicate entry
This commit is contained in:
committed by
ThatGamerBlue
parent
39fd5f6bac
commit
83cd44e336
@@ -1351,10 +1351,6 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
swap(client, "empty", option, target, true);
|
||||
}
|
||||
|
||||
else if (this.swapQuick && option.equals("enter"))
|
||||
{
|
||||
swap(client, "quick-enter", option, target, true);
|
||||
}
|
||||
else if (this.swapQuick && option.equals("ring"))
|
||||
{
|
||||
swap(client, "quick-start", option, target, true);
|
||||
@@ -1369,14 +1365,17 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
{
|
||||
swap(client, "quick-open", option, target, true);
|
||||
}
|
||||
else if (this.swapQuick && option.equals("enter"))
|
||||
|
||||
else if (this.swapQuick && (option.equals("enter") || option.equals("enter-crypt")))
|
||||
{
|
||||
swap(client, "quick-enter", option, target, true);
|
||||
}
|
||||
|
||||
else if (this.swapQuick && option.equals("leave tomb"))
|
||||
{
|
||||
swap(client, "quick-leave", option, target, true);
|
||||
}
|
||||
|
||||
else if (this.swapAdmire && option.equals("admire"))
|
||||
{
|
||||
swap(client, "teleport", option, target, true);
|
||||
|
||||
Reference in New Issue
Block a user