Add back missing cooldown locale message

Fixes #4361
This commit is contained in:
nossr50
2020-12-30 15:41:14 -08:00
parent d0d05a33f8
commit 006a7bf277
3 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ import java.util.UUID;
import static org.mockito.Mockito.mock;
/**
* Could be alot better. But some tests are better than none! Tests the major things, still kinda unit-testy. Verifies that the serialization isn't completely broken.
* Could be a lot better. But some tests are better than none! Tests the major things, still kinda unit-testy. Verifies that the serialization isn't completely broken.
*/
@RunWith(PowerMockRunner.class)
@PrepareForTest(Bukkit.class)