altmp / ragemp-altv-bridge

A bridge that enables a swift transition from the RAGE Multiplayer platform to alt:V Multiplayer.
MIT License
22 stars 6 forks source link

fix: getVariable return type in client-side #24

Closed ghosty2004 closed 7 months ago

ghosty2004 commented 7 months ago

A few days ago I made a commit (9a2afee7544ef0359dd1cfe5bad7d062454e92ce) where I explained that the getVariable method returns null if it is not defined, but in client-side this will return undefined.

This commit is just a reverse of client src