mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-21 06:13:13 -04:00
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
This commit is contained in:
@@ -222,11 +222,10 @@ public class DevService implements INetworkDispatch {
|
||||
|
||||
// Character
|
||||
case 10: // Set combat level to 90
|
||||
if (player.getAttachment("hasLeveled") != null) {
|
||||
if (player.getAttachment("hasLeveled") == null) {
|
||||
player.setAttachment("hasLeveled", true);
|
||||
core.playerService.grantLevel(player, 90);
|
||||
}
|
||||
//core.playerService.giveExperience(player, 999999999);
|
||||
return;
|
||||
case 11: // Give 100,000 credits
|
||||
player.setCashCredits(player.getCashCredits() + 100000);
|
||||
|
||||
Reference in New Issue
Block a user