Skip to content

Commit 9bac506

Browse files
committed
Formatting
1 parent 28bf096 commit 9bac506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/autorun/vj_hlrex_autorun.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ if VJExists == true then
2727
AddCSLuaFile(AutorunFile)
2828
VJ.AddAddonProperty(AddonName,AddonType)
2929
else
30-
if (CLIENT) then
30+
if CLIENT then
3131
chat.AddText(Color(0,200,200),PublicAddonName,
3232
Color(0,255,0)," was unable to install, you are missing ",
3333
Color(255,100,0),"VJ Base!")
3434
end
3535
timer.Simple(1,function()
3636
if not VJF then
37-
if (CLIENT) then
37+
if CLIENT then
3838
VJF = vgui.Create("DFrame")
3939
VJF:SetTitle("ERROR!")
4040
VJF:SetSize(790,560)
@@ -49,7 +49,7 @@ else
4949
VJURL:Dock(FILL)
5050
VJURL:SetAllowLua(true)
5151
VJURL:OpenURL("https://sites.google.com/site/vrejgaming/vjbasemissing")
52-
elseif (SERVER) then
52+
elseif SERVER then
5353
timer.Create("VJBASEMissing",5,0,function() print("VJ Base is Missing! Download it from the workshop!") end)
5454
end
5555
end

0 commit comments

Comments
 (0)