1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-20 07:01:22 +01:00

Lets update the database if have changes for points

This commit is contained in:
montlikadani 2020-02-21 18:41:11 +01:00
parent d43817520f
commit f1b1ba48e4

View File

@ -61,6 +61,8 @@ public class editpoints implements Cmd {
default:
break;
}
Jobs.getJobsDAO().savePoints(jPlayer);
return true;
}
}