File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/com/bencodez/votingplugin/bungee/velocity Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -607,6 +607,7 @@ PreloadSkulls: true
607607SkullLoadDelay : 3000
608608
609609# Set a skull profile URL
610+ # This is what gets used to cache skulls
610611# Default: https://sessionserver.mojang.com/session/minecraft/profile/
611612# Other examples: https://crafthead.net/profile/
612613SkullProfileAPIURL : ' '
Original file line number Diff line number Diff line change @@ -510,6 +510,9 @@ public void onPluginMessagingReceived(PluginMessageEvent event) {
510510 serverName = in .readUTF ();
511511 }
512512 debug ("Login: " + player + "/" + uuid + " " + serverName );
513+ if (nonVotedPlayersCache != null ) {
514+ nonVotedPlayersCache .addPlayerCheck (uuid , player );
515+ }
513516 if (server .getPlayer (player ).isPresent ()
514517 && (getGlobalDataHandler () == null || !getGlobalDataHandler ().isTimeChangedHappened ())) {
515518 Player p = server .getPlayer (player ).get ();
You can’t perform that action at this time.
0 commit comments