Jump to content
  • 0

[Help] Remove L2JFREE credit when loging


Question

Posted

public static final void versionInfo(L2PcInstance activeChar)
{
	activeChar.sendMessage(":__.     :_____:_____:_____:_____:_____:_____:");
	activeChar.sendMessage("|    |__|___   |__.     |     __|        |     __|     __|");
	activeChar.sendMessage("|         |   ___|   |     |     __|    ) _|     __|     __|");
	activeChar.sendMessage("|_____|_____|_____|__|    |__|__|_____|_____|");
	activeChar.sendMessage("l2jfree " + getVersionInfo() + ", gpl 3 license");
}

 

Hello i want remove this credit. when i log in the game i can see this.

 

My question is what the way for delete this

 

I think i need change the enterworld and delete this but i am not sure.

If someone can help me thanks you

2 answers to this question

Recommended Posts

  • 0
Posted

Delete

public static final void versionInfo(L2PcInstance activeChar)
{
	activeChar.sendMessage(":__.     :_____:_____:_____:_____:_____:_____:");
	activeChar.sendMessage("|    |__|___   |__.     |     __|        |     __|     __|");
	activeChar.sendMessage("|         |   ___|   |     |     __|    ) _|     __|     __|");
	activeChar.sendMessage("|_____|_____|_____|__|    |__|__|_____|_____|");
	activeChar.sendMessage("l2jfree " + getVersionInfo() + ", gpl 3 license");
}

 

Epic ?

  • 0
Posted

Ohhh come on...just delete these lines!

 

Locked.

 

:-\

 

Epic ?

 

For sure, ye.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..