mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
cleanup
This commit is contained in:
parent
724b7f12fc
commit
e0e3738edb
1 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ import plugin.Plugin
|
|||
import plugin.annotations.PluginMeta
|
||||
import plugin.api.MiniMenuEntry
|
||||
import plugin.api.MiniMenuType
|
||||
import rt4.ObjTypeList
|
||||
|
||||
@PluginMeta(
|
||||
author = "bushtail",
|
||||
|
|
@ -17,7 +16,6 @@ class plugin : Plugin() {
|
|||
when(entry?.type) {
|
||||
MiniMenuType.OBJ -> {
|
||||
val index = entry.subjectIndex
|
||||
// val def = ObjTypeList.get(index.toInt())
|
||||
if(entry.verb.equals("read", true)) {
|
||||
if(EASY.contains(index.toInt())) {
|
||||
entry.subject = entry.subject + " (easy)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue