Skip to content

Commit

Permalink
Class File Settings Updates
Browse files Browse the repository at this point in the history
Class File Settings Updates
  • Loading branch information
shanesrasmussen committed May 22, 2018
1 parent 35d8abd commit 0c194f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions TReX_class.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,10 @@ class_skill = {


for k,v in pairs(class_skill) do
for p,j in pairs(class_skill[k]) do
if TReX.s.class:lower()==k then
if TReX.s.class:lower()==k then
for p,j in pairs(class_skill[k]) do
t.serverside.settings[p]=j
else
t.serverside.settings[p]=nil
end
end
end
end

Expand Down
2 changes: 1 addition & 1 deletion TReX_version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return 'v1.8.01'
return 'v1.8.02'

0 comments on commit 0c194f4

Please sign in to comment.