Skip to content

Commit ca08950

Browse files
committed
xd
1 parent c1986eb commit ca08950

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

advert/commands.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ lia.command.add("advertisement", {
3434
client:notifyLocalized("AdvertInsufficientFunds")
3535
end
3636
end,
37-
})
37+
})

advert/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MODULE.version = 1.0
66
MODULE.desc = "Implements a paid /advert command for server-wide announcements. Messages are colored, logged, and throttled by a cooldown to curb spam."
77
MODULE.Changelog = {
88
["1.0"] = {"Initial Release"},
9-
}
9+
}

afk/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ MODULE.desc = "Comprehensive AFK protection system that automatically detects in
77
MODULE.NetworkStrings = {"liaAFKActivity"}
88
MODULE.Changelog = {
99
["1.0"] = {"Initial Release"},
10-
}
10+
}

bodygrouper/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ MODULE.Privileges = {
1919
}
2020
}
2121

22-
MODULE.NetworkStrings = {"BodygrouperMenu", "BodygrouperMenuClose", "BodygrouperMenuCloseClientside"}
22+
MODULE.NetworkStrings = {"BodygrouperMenu", "BodygrouperMenuClose", "BodygrouperMenuCloseClientside"}

shootlock/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MODULE.version = 1.0
66
MODULE.desc = "Adds the ability to shoot door locks to open them, a quick breach alternative, a loud action that may alert others, and chance-based lock destruction."
77
MODULE.Changelog = {
88
["1.0"] = "Initial Release",
9-
}
9+
}

slots/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ MODULE.desc = "Adds a slot machine minigame, a workshop model for the machine, h
77
MODULE.WorkshopContent = "3527541056"
88
MODULE.Changelog = {
99
["1.0"] = {"Initial Release"},
10-
}
10+
}

utilities/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.4
66
MODULE.desc = "Adds extra helper functions in lia.util, simplified utilities for common scripting tasks, a central library used by other modules, utilities for networking data, and shared constants for modules."
7-
MODULE.NetworkStrings = {"OpenPage", "OpenVGUI"}
7+
MODULE.NetworkStrings = {"OpenPage", "OpenVGUI"}

0 commit comments

Comments
 (0)