indicate that the server and player was not in the cache
All checks were successful
ci / deploy (push) Successful in 1m17s

This commit is contained in:
Lee
2024-04-10 08:24:25 +01:00
parent 3a3a2e223f
commit b011fdbede
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public class PlayerService {
);
playerCacheRepository.save(player);
player.setCached(-1); // Indicate that the player is not cached
return player;
}