Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Nov 22, 2021
1 parent d9e9919 commit d8ea14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion newmodels/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end

function allocateNewMod(element, elementType, id)

if if isElement(element) and not isElementStreamedIn(element) then
if isElement(element) and not isElementStreamedIn(element) then
return false, elementType.." element not streamed in"
end

Expand Down
2 changes: 1 addition & 1 deletion newmodels/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- DOCUMENTATION:
https://github.com/Fernando-A-Rocha/mta-add-models
-->
<info author="Fernando" name="mta-add-models" description="minimalistic library for adding new models to your server" version="1.6.5" type="script"/>
<info author="Fernando" name="mta-add-models" description="minimalistic library for adding new models to your server" version="1.6.6" type="script"/>

<!-- https://nightly.mtasa.com IMPORTANT TO HAVE THE VERSION SPECIFIED SO THAT ADDED MODELS WORK AS EXPECTED -->
<min_mta_version client="1.5.9-9.21026.0" server="1.5.9-9.21026.0"></min_mta_version>
Expand Down

0 comments on commit d8ea14a

Please sign in to comment.