diff options
Diffstat (limited to 'gamemode/shared/loadprayers.lua')
| -rw-r--r-- | gamemode/shared/loadprayers.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/shared/loadprayers.lua b/gamemode/shared/loadprayers.lua index 53631c2..3c94b72 100644 --- a/gamemode/shared/loadprayers.lua +++ b/gamemode/shared/loadprayers.lua @@ -69,6 +69,8 @@ if SERVER then end util.AddNetworkString( "art_synch_prayers" ) + util.AddNetworkString( "equiphelpprayer" ) + function meta:SynchPrayers() print("Sending " .. table.Count(self.Inventory.Prayers) .. " prayers:") PrintTable(self.Inventory.Prayers) |
