mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 14:18:06 +03:00
Renamed FM_ClientInfoChanged to FM_ClientUserInfoChanged for consistency with DLLFunc_ClientUserInfoChanged
(Also goes along with fix made in FakeMeta module itself, sort of :|)
This commit is contained in:
parent
6000fe43d1
commit
1f8b9a8cd9
@ -504,7 +504,7 @@ enum {
|
|||||||
FM_ShouldCollide,
|
FM_ShouldCollide,
|
||||||
|
|
||||||
//LATE ADDITIONS (v1.71)
|
//LATE ADDITIONS (v1.71)
|
||||||
FM_ClientInfoChanged //passes id only
|
FM_ClientUserInfoChanged //passes id only
|
||||||
};
|
};
|
||||||
|
|
||||||
enum TraceResult
|
enum TraceResult
|
||||||
|
Loading…
x
Reference in New Issue
Block a user