1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Added class shifting system

- Warrior shifting system implemented
This commit is contained in:
LeMagnesium
2015-07-18 18:31:24 +02:00
parent 34ae29e899
commit 0f562cd59e
4 changed files with 68 additions and 24 deletions

View File

@ -19,7 +19,7 @@ function interact.get_player_language(plr)
return interact.player_languages[plr]
end
return interact.player_languages[plr:get_player_name()]
end
end
interact.forms = {
languageselect = function(player)