mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Fix implements in class ResponseResult (#675)
Fixed inheritance of interface on ResultedEvent.Result in ResponseResult class
This commit is contained in:
@@ -114,7 +114,7 @@ public class ServerLoginPluginMessageEvent implements ResultedEvent<ResponseResu
|
||||
+ '}';
|
||||
}
|
||||
|
||||
public static class ResponseResult implements Result {
|
||||
public static class ResponseResult implements ResultedEvent.Result {
|
||||
|
||||
private static final ResponseResult UNKNOWN = new ResponseResult(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user