mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 10:30:22 -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.annotations.PluginMeta
|
||||||
import plugin.api.MiniMenuEntry
|
import plugin.api.MiniMenuEntry
|
||||||
import plugin.api.MiniMenuType
|
import plugin.api.MiniMenuType
|
||||||
import rt4.ObjTypeList
|
|
||||||
|
|
||||||
@PluginMeta(
|
@PluginMeta(
|
||||||
author = "bushtail",
|
author = "bushtail",
|
||||||
|
|
@ -17,7 +16,6 @@ class plugin : Plugin() {
|
||||||
when(entry?.type) {
|
when(entry?.type) {
|
||||||
MiniMenuType.OBJ -> {
|
MiniMenuType.OBJ -> {
|
||||||
val index = entry.subjectIndex
|
val index = entry.subjectIndex
|
||||||
// val def = ObjTypeList.get(index.toInt())
|
|
||||||
if(entry.verb.equals("read", true)) {
|
if(entry.verb.equals("read", true)) {
|
||||||
if(EASY.contains(index.toInt())) {
|
if(EASY.contains(index.toInt())) {
|
||||||
entry.subject = entry.subject + " (easy)"
|
entry.subject = entry.subject + " (easy)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue