SteamWar/SpigotCore
Archiviert
13
0
Dieser Commit ist enthalten in:
jojo 2020-12-25 18:32:00 +01:00
Ursprung e01a72a42b
Commit e0f6b2e5bf

Datei anzeigen

@ -40,7 +40,7 @@ public class VersionedCallable<T> {
try {
return versionedCallable.callable.call();
} catch (Exception e) {
throw new RuntimeException("Could not run version dependant code", e);
throw new RuntimeException("Could not run version dependent code", e);
}
}
}