mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
fix better logger message
This commit is contained in:
@@ -36,7 +36,7 @@ public class BookshelfinspectorClient implements ClientModInitializer {
|
|||||||
|
|
||||||
ClientPlayNetworking.registerGlobalReceiver(ModCheckPayload.ID,
|
ClientPlayNetworking.registerGlobalReceiver(ModCheckPayload.ID,
|
||||||
(payload, context) -> context.client().execute(() ->{
|
(payload, context) -> context.client().execute(() ->{
|
||||||
Bookshelfinspector.LOGGER.info("Connected to server");
|
Bookshelfinspector.LOGGER.info("[bookshelfinspector] Connected to server");
|
||||||
modAvailable = true;
|
modAvailable = true;
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user