mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
fix: locked speeds not syncing
This commit is contained in:
@@ -137,7 +137,7 @@ end )
|
||||
-- Event for receiving a lock state and speed data for the given antenna
|
||||
RegisterNetEvent( "wk_wars2x_sync:receiveLockAntennaSpeed" )
|
||||
AddEventHandler( "wk_wars2x_sync:receiveLockAntennaSpeed", function( antenna, data )
|
||||
RADAR:LockAntennaSpeed( antenna, data )
|
||||
RADAR:LockAntennaSpeed( antenna, data, true )
|
||||
end )
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user