This commit is contained in:
Eduardo Bart
2012-10-04 19:35:02 -03:00
parent 68f9af376f
commit 8119428d41
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ function g_game.isCreatureNameFormatEnabled()
end
function g_game.chooseRsa(host)
if host:match('.*\.tibia\.com') or host:match('.*\.cipsoft\.com') then
if string.ends(host, '.tibia.com') or string.ends(host, '.cipsoft.com') then
g_game.setRsa(CIPSOFT_RSA)
else
g_game.setRsa(OTSERV_RSA)