mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
9 lines
59 B
JavaScript
9 lines
59 B
JavaScript
|
|
try
|
||
|
|
{
|
||
|
|
Engine.callback();
|
||
|
|
}
|
||
|
|
catch (e)
|
||
|
|
{
|
||
|
|
log(e.message);
|
||
|
|
}
|