1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-23 22:22:34 +02:00

Continue on refactor

Rename from CreatedEvents to CustomEvents
This commit is contained in:
Gerkiz
2025-10-22 07:41:10 +02:00
parent 38ec1a9a72
commit 68955330ae
54 changed files with 1417 additions and 957 deletions

View File

@@ -12,7 +12,7 @@ local Discord = require 'utils.discord_handler'
local Commands = require 'utils.commands'
local mapkeeper = '[color=blue]Mapkeeper:[/color]'
local Task = require 'utils.task_token'
local CreatedEvents = require 'utils.created_events'
local CustomEvents = require 'utils.created_events'
local this =
{
@@ -732,7 +732,7 @@ Gui.on_click(
)
Event.add(
CreatedEvents.events.bottom_quickbar_location_changed,
CustomEvents.events.bottom_quickbar_location_changed,
function (event)
if not this.enabled then
return