mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
refactor: power state event variable name
This commit is contained in:
@@ -31,6 +31,6 @@
|
|||||||
---------------------------------------------------------------------------------------]]--
|
---------------------------------------------------------------------------------------]]--
|
||||||
|
|
||||||
RegisterNetEvent( "wk_wars2x_sync:sendPowerState" )
|
RegisterNetEvent( "wk_wars2x_sync:sendPowerState" )
|
||||||
AddEventHandler( "wk_wars2x_sync:sendPowerState", function( data, target )
|
AddEventHandler( "wk_wars2x_sync:sendPowerState", function( state, target )
|
||||||
-- code
|
-- code
|
||||||
end )
|
end )
|
||||||
Reference in New Issue
Block a user