mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed ExpGamingAdmin.Gui no info file
This commit is contained in:
@@ -9,14 +9,14 @@ local Admin = require('ExpGamingAdmin.AdminLib@^4.0.0')
|
|||||||
local Gui = require('ExpGamingCore.Gui@^4.0.0')
|
local Gui = require('ExpGamingCore.Gui@^4.0.0')
|
||||||
local Role = require('ExpGamingCore.Role@^4.0.0')
|
local Role = require('ExpGamingCore.Role@^4.0.0')
|
||||||
local Game = require('FactorioStdLib.Game@^0.8.0')
|
local Game = require('FactorioStdLib.Game@^0.8.0')
|
||||||
local playerInfo -- ExpGamingPlayer@^4.0.0
|
local playerInfo -- ExpGamingPlayer.playerInfo@^4.0.0
|
||||||
local mod_gui = require('mod-gui')
|
local mod_gui = require('mod-gui')
|
||||||
|
|
||||||
-- Module Define
|
-- Module Define
|
||||||
local module_verbose = false
|
local module_verbose = false
|
||||||
local AdminGui = {
|
local AdminGui = {
|
||||||
on_init=function()
|
on_init=function()
|
||||||
if loaded_modules['ExpGamingPlayer@^4.0.0'] then playerInfo = require('ExpGamingPlayer@^4.0.0')
|
if loaded_modules['ExpGamingPlayer.playerInfo@^4.0.0'] then playerInfo = require('ExpGamingPlayer@^4.0.0')
|
||||||
else playerInfo = function(player,frame)
|
else playerInfo = function(player,frame)
|
||||||
frame.add{
|
frame.add{
|
||||||
type='label',
|
type='label',
|
||||||
|
|||||||
Reference in New Issue
Block a user