Moved account manager in tools.

This commit is contained in:
MobiusDevelopment
2019-11-21 17:44:42 +00:00
parent 4a2632a85e
commit 6d43655b45
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
@title Account Manager
@java -cp Server.jar org.l2jmobius.accountmanager.AccountManager
@java -cp Server.jar org.l2jmobius.tools.accountmanager.AccountManager
@pause

View File

@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package org.l2jmobius.accountmanager;
package org.l2jmobius.tools.accountmanager;
import java.io.File;
import java.io.FileInputStream;