diff --git a/plugins/include/adt_trie.inc b/plugins/include/adt_trie.inc index a0bab1f2..d81f5f18 100644 --- a/plugins/include/adt_trie.inc +++ b/plugins/include/adt_trie.inc @@ -253,7 +253,7 @@ native bool GetTrieString(Handle map, const char[] key, char[] value, int max_si * @return True on success, false if the value was never set. * @error Invalid Handle. */ -native RemoveFromTrie(Handle map, const char[] key); +native bool RemoveFromTrie(Handle map, const char[] key); /** * Clears all entries from a Map.