mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Stop checking deprecated_patch for wildcards
This commit is contained in:
@@ -19,4 +19,4 @@
|
||||
return !Wildcard()
|
||||
|
||||
/datum/tgs_version/Wildcard()
|
||||
return minor == null || patch == null || deprecated_patch == null
|
||||
return minor == null || patch == null
|
||||
|
||||
Reference in New Issue
Block a user