mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-08 08:21:41 +01:00
Fix for logging not working
This commit is contained in:
parent
fbf3f22945
commit
4856ae23b3
@ -26,9 +26,11 @@ public class Loging {
|
||||
jPlayer.getLog().clear();
|
||||
}
|
||||
Log log = logList.get(ActionName);
|
||||
if (log == null)
|
||||
if (log == null){
|
||||
log = new Log(ActionName);
|
||||
}
|
||||
log.add(item, amount, expAmount);
|
||||
logList.put(ActionName, log);
|
||||
}
|
||||
|
||||
public void loadToLog(JobsPlayer jPlayer, String ActionName, String item, int count, double money, double expAmount) {
|
||||
|
Loading…
Reference in New Issue
Block a user