Skip to content

Commit

Permalink
Fix login: popup message
Browse files Browse the repository at this point in the history
To fix the issue reported here:
https://villavu.com/forum/issue.php?issueid=440
  • Loading branch information
TheTS committed Jun 17, 2015
1 parent dc28b92 commit 219cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/players.simba
Expand Up @@ -985,7 +985,7 @@ begin
['Unable to connect', 20000, 4, 'Terminate'],
['Runescape has been updated', 0, 0, 'Reload_Client'],
['Client token changed', 0, 0, 'Reload_Client'],
['Your game session has now ended', 0, 0, 'Reload_Client'],
['session has now ended', 0, 0, 'Reload_Client'],
['Our systems are currently unavailable', 3 * 60000, 8, 'Reload_Client'],
['Login limit exceeded', 20000, 8, 'Set_World'],
['You must have a total skill level of', 0, 0, 'Set_World'],
Expand Down

0 comments on commit 219cc77

Please sign in to comment.