1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-02-01 04:51:26 +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: default:
break; break;
} }
Jobs.getJobsDAO().savePoints(jPlayer);
return true; return true;
} }
} }