Skip to content

Commit

Permalink
chore(client): Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Dec 28, 2023
1 parent 49540fc commit 33355ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/bindings/ClientBindingsMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1524,10 +1524,10 @@ extern V8Module altModule("alt",
V8Helpers::RegisterFunc(exports, "getPoolCount", &GetPoolCount);
V8Helpers::RegisterFunc(exports, "getPoolEntities", &GetPoolEntities);

// Voice related functions
V8Helpers::RegisterFunc(exports, "getVoicePlayers", &GetVoicePlayers);
V8Helpers::RegisterFunc(exports, "removeVoicePlayer", &RemoveVoicePlayer);

// Voice related functions
V8Helpers::RegisterFunc(exports, "getVoiceSpatialVolume", &GetVoiceSpatialVolume);
V8Helpers::RegisterFunc(exports, "setVoiceSpatialVolume", &SetVoiceSpatialVolume);

Expand Down

0 comments on commit 33355ee

Please sign in to comment.