mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Langserver Fixes (#7740)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
var/datum/controller/subsystem/processing/nanoui/SSnanoui
|
||||
|
||||
#define NULL_OR_EQUAL(self,other) (!(self) || (self) == (other))
|
||||
|
||||
/datum/controller/subsystem/processing/nanoui
|
||||
// Subsystem stuff.
|
||||
name = "NanoUI"
|
||||
@@ -252,5 +250,3 @@ var/datum/controller/subsystem/processing/nanoui/SSnanoui
|
||||
"layout_default.css" = 'nano/css/layout_default.css',
|
||||
"shared.css" = 'nano/css/shared.css'
|
||||
)
|
||||
|
||||
#undef NULL_OR_EQUAL
|
||||
|
||||
Reference in New Issue
Block a user