remove random debug logs

This commit is contained in:
raphaeIl
2024-04-07 05:13:20 -04:00
parent 00060fb310
commit 2c58e87338
6 changed files with 3 additions and 30 deletions

View File

@@ -46,11 +46,10 @@ namespace BLHX.Server.Game.Commands {
// }
//}
// code above prob doesn't work yet too lazy to implement, for now this cmd just adds a lot of coins and gems, prob need a inventory manager or something in the future
connection.player.DoResource(1, 938493849);
connection.player.DoResource(4, 39843294);
DBManager.PlayerContext.Save();
connection.NotifyPlayerData();
connection.NotifyBagData();