Renamed HoloDisplace to HoloShift
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"Name": "Legonzaur.HoloDisplace",
|
"Name": "Legonzaur.HoloShift",
|
||||||
"Description": "Swap positions with your beloved decoy",
|
"Description": "Swap positions with your beloved decoy",
|
||||||
"Version": "0.2",
|
"Version": "0.2",
|
||||||
"LoadPriority": 2,
|
"LoadPriority": 2,
|
||||||
"Scripts": [
|
"Scripts": [
|
||||||
{
|
{
|
||||||
"Path": "holodisplace_recharge.gnut",
|
"Path": "holoshift_recharge.gnut",
|
||||||
"RunOn": "MP",
|
"RunOn": "MP",
|
||||||
"ServerCallback": {
|
"ServerCallback": {
|
||||||
"After": "HoloDisplace_Init"
|
"After": "HoloShift_Init"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
global function HoloDisplace_Init
|
global function HoloShift_Init
|
||||||
|
|
||||||
void function HoloDisplace_Init() {
|
void function HoloShift_Init() {
|
||||||
#if SERVER
|
#if SERVER
|
||||||
AddCallback_GameStateEnter( eGameState.Playing, HoloRecharge )
|
AddCallback_GameStateEnter( eGameState.Playing, HoloRecharge )
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user