Renamed HoloDisplace to HoloShift

This commit is contained in:
Nathan TIEN YOU
2022-02-05 21:20:00 +01:00
parent 09a9c656ac
commit ef7c529eef
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
{
"Name": "Legonzaur.HoloDisplace",
"Name": "Legonzaur.HoloShift",
"Description": "Swap positions with your beloved decoy",
"Version": "0.2",
"LoadPriority": 2,
"Scripts": [
{
"Path": "holodisplace_recharge.gnut",
"Path": "holoshift_recharge.gnut",
"RunOn": "MP",
"ServerCallback": {
"After": "HoloDisplace_Init"
"After": "HoloShift_Init"
}
}
]
@@ -1,6 +1,6 @@
global function HoloDisplace_Init
global function HoloShift_Init
void function HoloDisplace_Init() {
void function HoloShift_Init() {
#if SERVER
AddCallback_GameStateEnter( eGameState.Playing, HoloRecharge )
#endif