mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Small change/fix
This commit is contained in:
parent
5355117a10
commit
fef9fc5a7f
@ -649,9 +649,10 @@ begin
|
||||
if self.settings <> nil then
|
||||
begin
|
||||
if lowercase(self.settings.GetKeyValueDefLoad('Settings/Interpreter/AllowSysCalls',
|
||||
'False', Self.SimbaSettingsFile)) = 'true' then
|
||||
'False', Self.SimbaSettingsFile)) = 'true' then
|
||||
begin
|
||||
writeln('Allowing SysCalls');
|
||||
{ Can remove later }
|
||||
psWriteln('Allowing API/SysCalls.');
|
||||
RegisterDll_Compiletime(x);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user