Skip to content

Commit

Permalink
add missing update checker aclrequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Sep 18, 2024
1 parent c9161fb commit 7b77783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions newmodels_reborn/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@

<!-- Update Checker (RECOMMENDED, please keep this to be warned of new releases!) -->
<script src="scripts/optional/update_checker/s_update_checker.lua" type="server"/>
<aclrequest>
<right name="function.fetchRemote" access="true"/>
</aclrequest>

<!-- Debugging / Testing -->
<script src="scripts/optional/debug/g_debug.lua" type="shared"/>
Expand Down Expand Up @@ -69,4 +72,5 @@
<export type="client" function="isModAllocated"/>
<!-- <export type="client" function="forceDownloadMod"/> -->
<!-- <export type="client" function="isBusyDownloading"/> -->

</meta>

0 comments on commit 7b77783

Please sign in to comment.