1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 02:21:43 +02:00

Fix possible race condition

This commit is contained in:
Luck
2016-07-23 22:34:42 +01:00
parent d32d6b5474
commit df209f6515
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
package me.lucko.luckperms.api;
import me.lucko.luckperms.api.data.Callback;
import java.util.UUID;