Skip to content

Commit

Permalink
测试时间
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyv404 committed Jul 25, 2024
1 parent dcd909e commit 618ffa8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ interface MinecraftServerPlayer : Entity<MinecraftServerPlayer> {
var permissions: Permissions
fun getAllOnlinePlayers(): List<MinecraftServerPlayer> {
val now = NfClock.now()
println(now)
println(LocalDateTime.now())
val players =
Database.db.minecraftServerPlayer.filter {
MinecraftServerPlayers.lastLoginTime between now
Expand Down

0 comments on commit 618ffa8

Please sign in to comment.