aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/questsystem/examplequest.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-08-24 20:32:34 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-08-24 20:32:34 -0400
commit233e478e40d72a091f70f18dc6846066a4f52016 (patch)
treecf34be714088889731736c81bd44e198c792625a /gamemode/shared/questsystem/examplequest.lua
parent61bc16dae5a1b61bcd237d9f0be36125829d95b1 (diff)
downloadartery-233e478e40d72a091f70f18dc6846066a4f52016.tar.gz
artery-233e478e40d72a091f70f18dc6846066a4f52016.tar.bz2
artery-233e478e40d72a091f70f18dc6846066a4f52016.zip
Fix all linter warnings
Diffstat (limited to 'gamemode/shared/questsystem/examplequest.lua')
-rw-r--r--gamemode/shared/questsystem/examplequest.lua28
1 files changed, 14 insertions, 14 deletions
diff --git a/gamemode/shared/questsystem/examplequest.lua b/gamemode/shared/questsystem/examplequest.lua
index 6473044..21c8a7e 100644
--- a/gamemode/shared/questsystem/examplequest.lua
+++ b/gamemode/shared/questsystem/examplequest.lua
@@ -1,14 +1,14 @@
-do return end
-if SERVER then return end
-local quest = {}
-
-quest.Name = "Example Quest"
-
---[[
- Given a DPanel, draw some text that the player can use when going through quests.
-]]
-function quest.DrawQuestInfo(panel, status)
-
-end
-
-ART.RegisterQuest(quest)
+-- do return end
+-- if SERVER then return end
+-- local quest = {}
+--
+-- quest.Name = "Example Quest"
+--
+-- --[[
+-- Given a DPanel, draw some text that the player can use when going through quests.
+-- ]]
+-- function quest.DrawQuestInfo(panel, status)
+--
+-- end
+--
+-- ART.RegisterQuest(quest)