Skip to content
Snippets Groups Projects
Commit 33609b68 authored by dg's avatar dg
Browse files

Fixed a profile bug that prevented some people from joining in

git-svn-id: http://svn.net-core.org/repos/t-engine4@4336 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3f51306a
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ Alchemists use gems to throw bombs, they require ammo.
TOOLTIP_FATIGUE = [[#GOLD#Fatigue#LAST#
Fatigue is a percentile value that increases the cost of all your talents and spells.
It represents the fatigue created by wearing heavy equipment.
Not all talents are affected, notably Wild Gifts are not.
Not all talents are affected; notably, Wild Gifts are not.
]]
TOOLTIP_ARMOR = [[#GOLD#Armour#LAST#
Armour value is a damage reduction from every incoming melee and ranged physical attacks.
......
......@@ -145,6 +145,9 @@ function _M:login()
cprofile.pushEvent("e='Auth' ok=false")
return false
end
elseif self.sock and self.auth then
cprofile.pushEvent(string.format("e='Auth' ok=%q", table.serialize(self.auth)))
return true
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment