mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-21 06:13:13 -04:00
Merge pull request #1168 from zingzing175/master
Added (re added) access level print
This commit is contained in:
@@ -692,7 +692,7 @@ public class CommandService implements INetworkDispatch {
|
||||
|| command.getCommandName().equals("teleportto") || command.getCommandName().equals("teleporttarget") ) {
|
||||
String accessLevel = core.adminService.getAccessLevelFromDB(actor.getClient().getAccountId());
|
||||
String filePath = "accesslevels/" + accessLevel + ".txt";
|
||||
|
||||
System.out.println(command.getCommandName() + " was just used by an admin with accessLevel: " + accessLevel + ".");
|
||||
if(FileUtilities.doesFileExist(filePath)) {
|
||||
Scanner scanner;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user