Exiled-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://www.exiled.to/
Other
274 stars 181 forks source link

Typo in CustomItem::Give(Player player, bool displayMessage) #743

Closed NooTChhYT closed 2 years ago

NooTChhYT commented 2 years ago

The Give(Player player, bool displayMessage) method uses the type field with lowercase instead of the uppercase one. In every other method, the Type field is used. Overriding instances of Type result in giving the player a Janitor Keycard.

image

NaoUnderscore commented 2 years ago

@NooTChhYT This has been fixed in PR #761