mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-04 16:49:10 +00:00
Fixed recursive issue in Player#getName
This commit is contained in:
@@ -10,6 +10,6 @@ public class Player extends Character {
|
||||
}
|
||||
|
||||
public String getName(){
|
||||
return this.getName();
|
||||
return getAccessor().getName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user