Normalized code formatting.
This commit is contained in:
parent
b1db7c5152
commit
134b11f177
122 changed files with 944 additions and 697 deletions
|
@ -21,11 +21,10 @@ public class PlayerHelper
|
|||
{
|
||||
/**
|
||||
* A list of all known fake players that do not extend FakePlayer.
|
||||
*
|
||||
*
|
||||
* Will be added to as needed.
|
||||
*/
|
||||
private static final ArrayList<String> knownFakePlayers = Lists.newArrayList(
|
||||
);
|
||||
private static final ArrayList<String> knownFakePlayers = Lists.newArrayList();
|
||||
|
||||
public static String getUsernameFromPlayer(EntityPlayer player)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue