You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When handling errors during game opening, Plasmid unwraps throwable in order to obtain an instance of GameOpenException. However, instead of casting the unwrapped exception which is guaranteed to be an instance of GameOpenException, Plasmid casts throwable, which isn't necessarily an instance of GameOpenException.
When handling errors during game opening, Plasmid unwraps
throwable
in order to obtain an instance ofGameOpenException
. However, instead of casting the unwrapped exception which is guaranteed to be an instance ofGameOpenException
, Plasmid caststhrowable
, which isn't necessarily an instance ofGameOpenException
.plasmid/src/main/java/xyz/nucleoid/plasmid/command/GameCommand.java
Lines 187 to 192 in fd16993
The text was updated successfully, but these errors were encountered: