Skip to content

Commit 90d66c1

Browse files
authored
0.3.6
1 parent ff4f68f commit 90d66c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Entities.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,12 @@ namespace rage
113113
virtual void SetDecoration(uint32_t collection, uint32_t overlay) = 0;
114114
virtual void SetDecorations(std::vector<std::pair<uint32_t, uint32_t>> decorations) = 0;
115115

116-
#ifdef RAGEMPSDK_TESTING_BRANCH
117116
virtual void ClearDecorations() = 0;
118117

119118
virtual void EnableVoiceTo(IPlayer *target) = 0;
120119
virtual void DisableVoiceTo(IPlayer *target) = 0;
121120

122121
virtual std::vector<IPlayer*> GetVoiceListeners() = 0;
123-
#endif
124122

125123
virtual void Eval(const std::string& code) = 0;
126124

0 commit comments

Comments
 (0)