mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-22 02:45:10 -06:00
revert a change to make way for PARLOR CHAIRS
This commit is contained in:
parent
74bc12749c
commit
4424a6fc39
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ class TeleportCommandSet : CommandSet(Privilege.ADMIN){
|
|||
/**
|
||||
* Finds a list of objects/sceneries in a region
|
||||
*/
|
||||
define("findobjs", Privilege.ADMIN, "::findobjs <lt>REGION ID<gt> <lt>SCENERY ID START<gt> <lt>SCENERY ID END<gt>", "Finds all locations of scenery objects of id."){player, args ->
|
||||
if(args.size < 4) reject(player, "Usage: region_id scenery_id_start scenery_id_end")
|
||||
define("findobjs", Privilege.ADMIN, "::findobjs <lt>REGION ID<gt> <lt>SCENERY ID<gt>", "Finds all locations of scenery objects of id."){player, args ->
|
||||
if(args.size < 4) reject(player, "Usage: region_id scenery_id")
|
||||
val regionId = args[1].toInt()
|
||||
val sceneryId = args[2].toInt()
|
||||
val sceneryIdEnd = args[3].toInt()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue