Skip to content

Commit

Permalink
Revert "rs-api: disable packets"
Browse files Browse the repository at this point in the history
This reverts commit b858477
  • Loading branch information
melxin committed Jun 26, 2024
1 parent 957c31f commit bd795e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.runelite.rs.api;

import net.runelite.api.packets.ClientPacket;
import net.runelite.mapping.Import;

public interface RSClientPacket extends ClientPacket
{
/*@Import("id")
@Import("id")
@Override
int getId();

Expand Down Expand Up @@ -226,5 +227,5 @@ public interface RSClientPacket extends ClientPacket
RSClientPacket IF_BUTTON10();

@Import("WIDGET_TYPE")
RSClientPacket WIDGET_TYPE();*/
RSClientPacket WIDGET_TYPE();
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.runelite.rs.api;

import net.runelite.api.packets.ServerPacket;
import net.runelite.mapping.Import;

public interface RSServerPacket extends ServerPacket
{
/*@Import("id")
@Import("id")
@Override
int getId();

Expand Down Expand Up @@ -193,5 +194,5 @@ public interface RSServerPacket extends ServerPacket
RSServerPacket DYNAMICOBJECT_SPAWN();

@Import("SET_PRIVCHATMODE")
RSServerPacket SET_PRIVCHATMODE();*/
RSServerPacket SET_PRIVCHATMODE();
}

0 comments on commit bd795e6

Please sign in to comment.