I just added this :
case 51023:
			if (c.teleAction == 6) {
			c.getDH().sendOption5("Varrock", "Port Sarim", "Fishing/Cooking", "Woodcutting", "Farming");
			break;
			case 51031:
			break;
			case 29031:
			c.getPA().startTeleport(2602, 4779, 0, "modern");
			break;
Now the problem is, if i compile this error will come up :
src\server\model\players\packets\ClickingButtons.java:1650: error: orphaned case
 
                        case 51031:
                        ^
1 error
I had this problem before, i fixed it without knowing lol

Thanks,
Sh0ck

--- Update ---

bump