From 2e15d2f1e4fcfd2cd92c23d9450fc37ce454314b Mon Sep 17 00:00:00 2001 From: Scott Plunkett Date: Wed, 24 Apr 2019 12:07:22 -0500 Subject: [PATCH] fix: syntax in __resource.lua was incorrect --- __resource.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__resource.lua b/__resource.lua index d6ec0517..c908d407 100644 --- a/__resource.lua +++ b/__resource.lua @@ -12,9 +12,9 @@ ui_page('client/html/index.html') -- Files needed for NUI -- DON'T FORGET TO ADD THE SOUND FILES TO THIS! -files({ +files { 'client/html/index.html', -- Begin Sound Files Here... -- client/html/sounds/ ... .ogg 'client/html/sounds/demo.ogg' -}) +}