Let sender know votes were changed.

This commit is contained in:
Seth 2020-07-17 21:04:22 -07:00
parent 12b096b0ad
commit cef2d8cec4
No known key found for this signature in database
GPG Key ID: A7BAB4E14F089CF3

View File

@ -46,6 +46,8 @@ public class Command_settotalvotes extends FreedomCommand
return true;
}
msg("Set " + args[1] + "'s votes to " + args[0]);
playerData.setTotalVotes(votes);
plugin.pl.save(playerData);