mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed accidental reversal of think and touch virtual index under Day of Defeat.
This commit is contained in:
parent
7c4dccac8c
commit
6865b984e0
@ -305,8 +305,8 @@
|
|||||||
isnetclient 48
|
isnetclient 48
|
||||||
teamid 49
|
teamid 49
|
||||||
getnexttarget 50
|
getnexttarget 50
|
||||||
touch 51
|
think 51
|
||||||
think 52
|
touch 52
|
||||||
use 53
|
use 53
|
||||||
blocked 54
|
blocked 54
|
||||||
respawn 55
|
respawn 55
|
||||||
@ -417,8 +417,8 @@
|
|||||||
isnetclient 46
|
isnetclient 46
|
||||||
teamid 47
|
teamid 47
|
||||||
getnexttarget 48
|
getnexttarget 48
|
||||||
touch 49
|
think 49
|
||||||
think 50
|
touch 50
|
||||||
use 51
|
use 51
|
||||||
blocked 52
|
blocked 52
|
||||||
respawn 53
|
respawn 53
|
||||||
|
Loading…
Reference in New Issue
Block a user