Initial import
This commit is contained in:
@@ -36,7 +36,7 @@ Hooks.once("init", async function () {
|
||||
};
|
||||
|
||||
/* -------------------------------------------- */
|
||||
game.socket.on("system.fvtt-wasteland-rpg", data => {
|
||||
game.socket.on("system.fvtt-wasteland", data => {
|
||||
WastelandUtility.onSocketMesssage(data);
|
||||
});
|
||||
|
||||
@@ -114,11 +114,6 @@ Hooks.once("ready", function () {
|
||||
});
|
||||
}
|
||||
|
||||
// CSS patch for v9
|
||||
if (game.version) {
|
||||
let sidebar = document.getElementById("sidebar");
|
||||
sidebar.style.width = "min-content";
|
||||
}
|
||||
registerUsageCount('fvtt-wasteland')
|
||||
welcomeMessage();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user