forked from public/foundryvtt-reve-de-dragon
Fix: Message uniquement MJ
L'utilisation de firstConnectedGM renvoie le GM, pas true si un GM est connecté.
This commit is contained in:
@ -186,7 +186,7 @@ export class AppAstrologie extends Application {
|
||||
date: this.html.find('[name="joursAstrologie"]').val(),
|
||||
userId: game.user.id
|
||||
}
|
||||
if (Misc.isUniqueConnectedGM()) {
|
||||
if (Misc.isFirstConnectedGM()) {
|
||||
game.system.rdd.calendrier.requestNombreAstral(socketData);
|
||||
} else {
|
||||
game.socket.emit(SYSTEM_SOCKET_ID, {
|
||||
|
Reference in New Issue
Block a user