Ignore:
Timestamp:
Jul 21, 2014, 8:49:29 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/assembly-patcher/Main.cs

    r93 r96  
    3333
    3434                        addHook (type, "SavePlayerData", true, 2, true, typeof(PlayerDataStuff).GetMethod ("GM_SavePlayerData"));
     35                        addHook (type, "Awake", true, 0, true, typeof(CommandExtensions).GetMethod("InitCommandExtensions"));
    3536                }
    3637
Note: See TracChangeset for help on using the changeset viewer.