Skip to content

Commit

Permalink
getXP > getXPBar
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Sep 29, 2014
1 parent af5cbf5 commit 7a95437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interfaces/chatbox.simba
Expand Up @@ -223,7 +223,7 @@ begin
end;
end;

function TRSChatbox.getXP(): Integer;
function TRSChatbox.getXPBar(): Integer;
const
Filter: TTesseractFilter = [5, 5, [False, 30, TM_Mean]];
var
Expand Down
2 changes: 1 addition & 1 deletion lib/misc/rafiki.simba
Expand Up @@ -415,7 +415,7 @@ begin
begin
writeln('Army is encrpyted, we need the password to encrpyt with with');

if (SafeInputQuery('Rafiki Player Manager', 'Please enter the password you want to encrpyt your army with:', p, true)) then
if (InputQuery('Rafiki Player Manager', 'Please enter the password you want to encrpyt your army with:', p)) then
rc2_encrypt(p, htSHA512, str)
else
writeln('Password was canceled, not using encrpytion!');
Expand Down

0 comments on commit 7a95437

Please sign in to comment.