Skip to content

Commit

Permalink
cleaned up level to profilexp
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterkister authored Feb 3, 2017
1 parent c7f2221 commit 801fb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Til Death/BGAnimations/_PlayerInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ t[#t+1] = Def.Actor{
playCount = 0
playTime = 0
noteCount = 0
level = 0
profileXP = 0
end;
else
profileName = "No Profile"
playCount = 0
playTime = 0
noteCount = 0
level = 0
profileXP = 0
end;
end;
PlayerJoinedMessageCommand=cmd(queuecommand,"Set");
Expand Down

0 comments on commit 801fb81

Please sign in to comment.