mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
Fixed AOP Export Issues
This commit is contained in:
@@ -100,7 +100,7 @@ $(function() {
|
||||
}
|
||||
|
||||
if (item.type === "aop") {
|
||||
$("#aop").text(item.aop);
|
||||
$("#aop").text(`AOP: ${item.aop}`);
|
||||
}
|
||||
|
||||
if (item.type === "refresh") {
|
||||
@@ -225,4 +225,4 @@ $(function() {
|
||||
$.post(`https://${GetParentResourceName()}/exitGame`);
|
||||
return;
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user