Skip to content

Commit

Permalink
fix: 'aliases' conflicts for newer native names
Browse files Browse the repository at this point in the history
Might cause a compatibility break in a way, but it *already* did.

Fixes citizenfx/fivem#1555.
  • Loading branch information
blattersturm committed Aug 3, 2022
1 parent ea4cf29 commit e57c4e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CLOCK/GetUtcTime.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ns: CLOCK
aliases: ["_GET_LOCAL_TIME","_GET_UTC_TIME"]
aliases: ["_GET_UTC_TIME"] # had _GET_LOCAL_TIME, but this conflicts
---
## GET_UTC_TIME

Expand Down
2 changes: 1 addition & 1 deletion NETWORK/NetworkAddSynchronisedSceneCamera.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ns: NETWORK
aliases: ["0xCF8BD3B0BD6D42D7","_NETWORK_FORCE_LOCAL_USE_OF_SYNCED_SCENE_CAMERA"]
aliases: ["0xCF8BD3B0BD6D42D7"] #,"_NETWORK_FORCE_LOCAL_USE_OF_SYNCED_SCENE_CAMERA"
---
## NETWORK_ADD_SYNCHRONISED_SCENE_CAMERA

Expand Down
2 changes: 1 addition & 1 deletion NETWORK/NetworkGetFriendNameFromIndex.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ns: NETWORK
aliases: ["_NETWORK_GET_FRIEND_NAME"]
#aliases: ["_NETWORK_GET_FRIEND_NAME"]
---
## _NETWORK_GET_FRIEND_NAME_FROM_INDEX

Expand Down

0 comments on commit e57c4e0

Please sign in to comment.