From 233e478e40d72a091f70f18dc6846066a4f52016 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 24 Aug 2017 20:32:34 -0400 Subject: Fix all linter warnings --- gamemode/shared/questsystem/examplequest.lua | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'gamemode/shared/questsystem/examplequest.lua') 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) -- cgit v1.2.3-70-g09d2