Revert "Merge pull request #1154 from deathbeam/team-member-names"

This reverts commit f0293087ce0a2e2dc515cfb57ef926c185d25cb5, reversing
changes made to 309c1fde25d32086cfd242f988c8f45df903d66c.
This commit is contained in:
Adam
2018-04-01 14:20:27 -04:00
parent 7ced52e004
commit 34f18f5656
33 changed files with 310 additions and 551 deletions

View File

@@ -549,12 +549,4 @@ public interface RSClient extends RSGameEngine, Client
@Import("drawObject")
void drawObject(int z, int x, int y, int randomColor1, int randomColor2);
@Import("playerNameMask")
@Override
void setPlayerNameMask(int mask);
@Import("playerNameMask")
@Override
int getPlayerNameMask();
}

View File

@@ -30,10 +30,4 @@ public interface RSName
{
@Import("name")
String getName();
@Import("cleanName")
String getCleanName();
@Import("name")
void setName(String name);
}