Reported content: Resource update in 'Plugin - Remove Timer'

Resource update in 'Plugin - Remove Timer' by Orange has been reported by KristoferRobin. Reason given:
Error while compiling: RemoveTimer.cs(88,22): error CS1501: No overload for method `Remove' takes `2' arguments

Content being reported:
Plugin is collecting entities and their spawntime

Configuration:
Code:
{
  "Wipe data on new map": true,
  "Amount of time while remove available": 14400
}

API:
object CanRemove(BaseEntity entity) - returns null if allowed
 
Top