mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-16 12:26:12 +00:00
Let sender know votes were changed.
This commit is contained in:
parent
12b096b0ad
commit
cef2d8cec4
@ -46,6 +46,8 @@ public class Command_settotalvotes extends FreedomCommand
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
msg("Set " + args[1] + "'s votes to " + args[0]);
|
||||||
|
|
||||||
playerData.setTotalVotes(votes);
|
playerData.setTotalVotes(votes);
|
||||||
plugin.pl.save(playerData);
|
plugin.pl.save(playerData);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user